The implementation of the application was based on three UIViewControllers embedded in navigation controllers (fig.1). The navigation between the screens was accomplished using segues. In the projects’ workspace, three external libraries have been imported, namely: SocketRocket RBManager MKMapView As long as the control tab is enabled, the control messages are published in a continuous rate
Tag: Objective C
Calculate age from an NSDate in Objective C – updated
Say that you have an NSDate and you want a NSString describing the age according to that date. Here is a method that may be can help you: Initial code and idea has been taken from Hamish Rickerby