↧
How to make scrolling work on an iOS app screen?
Among many other things, scrolling is one that we take for granted when developing web apps. As soon as content grows beyond visible screen, good browsers themselves add scrollbars to the screen. Try...
View ArticleMimicking JavaScript’s alert, confirm and prompt in iOS
While some people argue against these functions, I think they are pretty good tools for rapid prototyping. And I really missed them in iOS, so I created similar functions in my iOS projects. Here is...
View ArticleAn Easy Way To Use Contact Picker
API for selecting a contact in iOS seems unnecessarily difficult, it becomes a nightmare when you have to use it again and again at different places in your project. I think the idea of delegates is...
View Article