Memory management in iOS was initially non ARC(Automatic reference counting ) where we have to retain and release the objects. Now it supports ARC where ...
www.google.com.tw