It has been awhile since I have written last and not because I haven’t had anything interesting happening as of late but mostly because I have been in the middle of learning new stuff. Last year I had started to work with Swift some but like all new languages I have learned I found that …
Author Archives: dniswhite
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 …
Continue reading “Adjusting View so Keyboard doesn’t hide a UIControler”