To wrap up the First month of 2015, I am going to share the continuous development for the Watch Over Me app. The last update that I wrote related to my company's mobile app was back on March 2014. The version was Watch Over Me (WOM) 3.0. It seems to be a long time ago. There has been a lot of changes and we have gone through many new iterations. We have skipped the version … [Read more...] about Watch Over Me Version 6.0
Objective-C
Chan Wu – Audio and Video Freelance iOS App Project
In the last few months, I have been busy with a few iOS freelance projects. Chan Wu - The Audio and Video iOS App Project is just one of them. Here are the requirements from my client:- - Have Sign Up and Login. - Able to Reset and Change Password - Able to download and play Audio files. - Able to download and play Video files. - Support In App Purchase for purchasing … [Read more...] about Chan Wu – Audio and Video Freelance iOS App Project
Getting Location Updates for iOS 7 and 8 when the App is Killed/ Terminated/ Suspended
This is a long awaited article that I promised to write. A couple months ago, I found a way to get the location update from iOS 7 and 8 even when the app is not active on foreground and not in the background. Yes, you may get the GPS coordinates from the iOS devices even when the app is killed/terminated either by the user or the iOS itself. Apple does not communicate much … [Read more...] about Getting Location Updates for iOS 7 and 8 when the App is Killed/ Terminated/ Suspended
How to Use Auto Layout in XCode 6 for iOS 7 and 8 Development
The Auto Layout is available on the Storyboard for iOS or OS X development since XCode 5. But, I didn't adopt the Auto Layout technology for the projects that I developed because there are only 2 different iPhone screen sizes (3.5 inches and 4 inches). During that time, adjusting some views to position them inside 2 different screen sizes using codes seem to be easier than … [Read more...] about How to Use Auto Layout in XCode 6 for iOS 7 and 8 Development
The Comparison Between Swift and Objective-C Programming Language
Swift programming language has been announced and released on XCode 6 Beta for over 2 months. Although it is not out of the Beta version yet, we (the iOS mobile Developers) could get our hands dirty on the playing with the Swift code to understand the differences between the Swift and Objective-C Programming Language. Let's us make some comparisons between Swift and … [Read more...] about The Comparison Between Swift and Objective-C Programming Language