Deepak  Kamboj
Is there any garbage collector concept available in iOS?
By Deepak Kamboj in Learn iOS Programming on Dec 14 2013
  • Munesh Sharma
    May, 2014 2

    There's no garbage collector under iOS. Instead, simply use automatic reference counting (ARC). ARC will take care of most of the memory management for you without the runtime overhead of a garbage collector.

    • 2


Most Popular Job Functions


MOST LIKED QUESTIONS