Quantcast
Channel: Programming for iOS » Property
Browsing latest articles
Browse All 2 View Live

Image may be NSFW.
Clik here to view.

Objects (Part 2): Properties

Every object is made up of instance variables (iVars) and methods. Our Fraction class, which we really began to build in the last post, contains two iVars, both NSIntegers, called numerator and...

View Article


Image may be NSFW.
Clik here to view.

Objective-C Lesson 10: Memory Management

Memory on the iPhone is limited. Although each new generation of hardware has increased the amount of physical memory in the device, applications are also taking more memory, and with the introduction...

View Article

Browsing latest articles
Browse All 2 View Live