In this set of tutorials, we are going to learn what is the Use of Core data, How we used in iphone/ipad application development. Data driven programming Data driven programming is a programming model where the data itself controls the flow of the program and not the program logic. It is a model where you control the flow by offering different data sets to the program where the program logic is some generic form of flow or of...
Read More
In this set of tutorials, we are going to learn what is the Use of Core data, How we used in iphone/ipad application development.
Data driven programming
Data driven programming is a programming model where the data itself controls the flow of the program and not the program logic. It is a model where you control the flow by offering...
I am planning to create a courses to learn IOS 5 development in a structured way. These materials are not meant for beginners in iphone application development. It will help you to improve your skills and help you to develop the application...
A category is an Objective-C feature that allows you to extend the capabilities of a given class. This feature works even if you do not have access to the source code of the class you are extending.Categories are one of the most useful features of Objective-C. That means a category allows you to add methods to an existing class without...
Properties in Objective-C
Property is a good feature of Objective-C programming language. That allows you to generate the setter and getter methods for your instance variable. In old version of Objective C, that means in the Objective -C 1.0 we need to specify the getter and setter method. In the version 2.0 apple introduced the properties...
Facebook
Twitter