Popover will do a great job when presenting useful information on the context of vriewcontroller. However we often have to display the popover in fixed size to make it look better and convinent and ...Read More
Just another iOS tutorial for Basic ImageScroller in iOS This is a beginners tutorial, in this tutorial we are going to create Image Scroller application. Our aim is to display a series of full scree...Read More
The following list of questions and answers may help you to clear iOS/iPhone interviews. iOS interview Questions for Freshers *Q: How would you create your own custom view? A:By Subclassing the UIVi...Read More
The following list of questions and answers may help you to clear iOS/iPhone interviews. iOS interview Questions for Freshers *Q: How would you create your own custom view? A:By Subclassing the UIVi...Read More
This is continuation post for iOS Interview Questions for fresher‘s.list of iOS interview questions helped you to clear iOS/iPhone interviews *Q: Explain the options and bars avai...Read More
This is continuation for iOS interview questions with answers. *Q: What is Controller Object? A: A controller object acts as a coordinator or as an intermediary between one or more view objects an...Read More
Since iOS updated some orientation relative methods are not working and app orientation support is broken. The following two scenarios are the most of the user have issues in iOS 6 fixing these is rea...Read More
Before we begin to talk about iPhone App development, let’s go through the tools you need to build your first app. 1. Get a Mac Mac is the basic requirement for iOS development. To develop an iPhone...Read More
What is Memory management in iOS? Memory management is the programming discipline of managing the life cycles of objects and freeing them when they are no longer needed. Managing object memory is a ma...Read More