Tracking User Touches with UIImageView

Whether you are having a user draw pictures or allowing the drag elements on the screen there are multiple purposes behind being able to track the location of a users touch in your app. I am going to document a quick example that I recently developed for an app that I have developed. In this …

Adjusting View so Keyboard doesn’t hide a UIControler

I have been working on an application that has a screen where a user can view and edit their profile information. One of the problems that I have had to confront is that certain fields were getting covered by the keyboard and making it impossible for the user to be able to enter or update …

Using MapKit and CoreLocation Information in iOS 8

I have been working on an application that will display the current users information along with other information in his/her surrounding area and thought to share my findings regarding MapKit, CoreLocation and iOS 8 in a simple application for others to use. I used Introduction to MapKit in iOS 6 Tutorial and Getting the user’s location using CoreLocation as …