Explain the use case when ARC won't he...
Explain the use case when ARC won't he...
Here is an explanation of when ARC (Automatic Reference Counting) won't help you release memory, but GC (Garbage Collection) would:
In Objective-C, memory management has evolved over time:
ARC is very helpful for most memory management tasks, but there are a few cases where it falls short:
Circular References
Objective-C Runtime Calls
expert
Gợi ý câu hỏi phỏng vấn
Chưa có bình luận nào