Objective-C: Categories

Objective-C supports extensions of classes using categories. Class categories are defined similar as the class itself. The example defines a class MyClass. The header file declares variables myString and myInt, and methods setMyString and setMyInt.

NSMutableDictionary simplicity

As you all know an NSDictionary object stores a mutable set of entries. An NSDictionary is immutable. If you need a dictionary which you can change, then you should use NSMutableDictionary. NSMutableDictionary is a subclass of NSDictionary, so that you can do with an NSMutableDictionary everything which you can do with a simple NSDictionary plus, you can modify it.

Introduction to Objective-C

Objective-C is a programming language that allows object-oriented programming at a high level. It is an upgrade to the standard ANSI C programming language. Objective-C extends the standard ANSI C language by providing syntax for defining classes, methods and other constructs extension of classes. Before studying the Objective-C programming language, basic knowledge of programming in…

iTunes Connect: now you can schedule price changes and release dates!

Now you can schedule a series of price changes for those apps that will go into effect automatically on their target dates, effectively being able to plan promotions and do some real marketing on your apps on autopilot once you’ve planned your campaign (standing ovation please!). iTunes Connect is Apple’s developers and publishers portal, which…

iPad Characteristics

This is abstract about key iPad features and characteristics. Here you can learn few differences between iPhone and iPad phenomenon. :) Split view – you can use this iPad-only element to display more than one view onscreen at a time, such as to present data in a master-detail or source list–style arrangement. The split view is…