About Objective-C
Objective-C is the primary programming language you use when writing software for OS X and iOS. It’s a superset of the C programming language and provides object-oriented capabilities and a dynamic runtime. Objective-C inherits the syntax, primitive types, and flow control statements of C and adds syntax for defining classes and methods. It also adds language-level support for object graph management and object literals while providing dynamic typing and binding, deferring many responsibilities until runtime.
This first section includes Sample programs using Objective c,Useful information about memory management and Do's and Donts in iOS Application development
We start with a app design ,development and finally memory tools.
No comments:
Post a Comment