6 ms·
ARC was basically avoiding typing retain/release when using Cocoa libraries. If you don’t want to use ARC in Swift, use Unmanaged. Same for autolayout, just us
by mmustapic 1mo ago
ARC was basically avoiding typing retain/release when using Cocoa libraries. If you don’t want to use ARC in Swift, use Unmanaged.
Same for autolayout, just use view frames and bounds if you want.
And Interface Builder comes all the way from Next.