by Dj Sison | Aug 23, 2015 | iOS Development
If you have built your application using the iOS 7 SDK before, and now you are using the iOS 8 SDK, chances are you need to do some code changes to correctly support iOS 8. One of them is the use of Location Services, or the CLLocationManager class. If you do not... read more
by Dj Sison | Aug 3, 2015 | iOS Development
When it comes to iOS Push Notifications, many developers are confused about the proper setup and combination of signing identities and the server to which to point your app to for registration of the device token. Here is a handy guide for this: If your app is signed... read more
by Dj Sison | May 25, 2014 | Apps
Happy Goals is doing great in the AppStore! It has been featured in many countries, and it is now one of the Top Paid Productivity Apps! Download now! I’m gonna share a tip in making your Goals list more beautiful. When adding a Goal, you will specify 4 things,... read more
by Dj Sison | May 19, 2014 | Apps
Hi everyone. We have just released our 2nd iOS app in the AppStore! Download it now while it’s free! Happy Goals has been tagged as one of the Best New Apps in the following 20 countries: Brunei, Cambodia, Canada, Denmark, Finland, Hong Kong, Indonesia, Ireland,... read more
by Dj Sison | Mar 18, 2014 | iOS Development
I usually create a Settings entry for my apps to include an Acknowledgements screen, where I display info about the Open Source libraries used in the app. This article will show you how to create one, with two base elements: Toggle Switch – which I will use to... read more
by Dj Sison | Nov 14, 2013 | iOS Development
This post demonstrates how to use UIScrollView with AutoLayout. The Scroll View will contain multiple smaller views. In my example, I will be using 3 UIViews with different background colors as the content of our scroll view. The final code can be downloaded here:... read more