1 0 Tag Archives: Objective-C
post icon

Online Development Resources for Mobile Development

The following are some new open source and documentation resources I have identified that greatly assist in the development of iOS applications:

Leave a Comment
September 6, 2011
post icon

Great Article on Objective-C Memory Management

Colin Wheeler posted a most excellent article on proper memory management in Objective-C that is among the best I have ever seen that actually includes some practical best practices in sticky situations (like when to take momentary ownership of an object that may be accessed concurrently to ensure it lives during the context of an operation to be performed on it).

Leave a Comment