Y
Hacker News
new
|
ask
|
show
|
jobs
by
CodeWithCoffee
4391 days ago
Objective-C uses Automatic Reference Counting (Garbage Collection has been deprecated - and ARC works a lot better than the GC implementation), and as Swift had to uses Objective-C's memory model it must also use ARC.