Hacker News new | ask | show | jobs
by saagarjha 2688 days ago
UIKit is kind of annoying because it’s really not “idiomatic” Swift: it’s a wrapper around Objective-C (albeit, a very nice one) that happens to bring along with it a bunch of decisions that lead to having to deal with reference lifetimes.
1 comments

That could be. I'll admit I haven't used Swift at all outside of coding Appkit/UIKit apps.