Quantcast
Channel: Programming – djehuti.com – The Armory
Browsing latest articles
Browse All 6 View Live

Designated Initializers in Objective-C

So, if you are a Mac/Objective-C developer, you are probably familiar with the Designated Initializer. The Designated Initializer (“DI”) is, in an Objective-C class, the one initializer in a class that...

View Article



From the Audio Unit Programming Guide

Audio Plug-In manufacturers would do well to read and re-read this paragraph. Adding Copy Protection If you choose to add copy protection to your audio unit, it’s especially important to consider the...

View Article

Returning Retained Properties in Objective-C

In Objective-C, retained object properties are quite common: @class MyOtherObject; @interface MyObject : NSObject { MyOtherObj* mOtherObj; } @property (nonatomic, retain) MyOtherObject* otherObj; -...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images