Memory Management in Objective-C and Swift
November 12, 2014
Have you ever been stuck on a memory issue in your iOS app for days? To be honest, I have, but I learned a lot from it. In fact, I wrote a pretty detailed article about avoiding that on the IBM Developer Works website. Unfortunately, you can still run into memory issues with Swift and ARC, but they don’t have to kill your productivity. The article was published a few days ago so I encourage you to check it out. The article is titled 7 Foolproof Tips for iOS memory management in Swift and Objective-C and includes a tutorial on using Xcode 6 Instruments.
You can check out my IBM Developer Works article here: http://www.ibm.com/developerworks/library/mo-ios-memory/
Thanks for reading!
Tweet