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
Auto Layout Advanced Techniques for iOS 8 and 7 using XCode 6 on Storyboard
As promised from a previous post (How to Use Auto Layout in XCode 6 for iOS 7 and 8 Development) that I will write another article related to more advanced techniques in AutoLayout to develop iOS mobile apps for iOS 7 and iOS 8. In this article, I am going to share a few common layouts, scenarios and problems that I am facing when I am developing the iOS app using the Auto … [Read more...] about Auto Layout Advanced Techniques for iOS 8 and 7 using XCode 6 on Storyboard
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
Swift, Home Automation and Indoor Positioning System
There is not much update on this website on June and July because I have been busy with my company project (Watch Over Me 3.0 Enhancement) and also my personal project. The personal project is a dating social network on mobile. This personal project is developed with the intention to test my skills and to learn new things. I do not have any plan to monetize it at the moment. To … [Read more...] about Swift, Home Automation and Indoor Positioning System