I am working on a project involving iOS 7 UIDyanmics and and UIPushBehavior. As part of this I am trying to calculate the angle (expressed in radians) of an object based on two CGPoints. In my research I've found this answer but its expressed in Java.
Find the Angle between two Bearings
If someone has the Objective-C equivalent that would be fantastic.