You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After switching from Carthage to Cocoapods recently, I thought I'd remove Carthage from my code, too.
After remembering to shut off translatesAutoresizingMaskIntoConstraints, I was able to start converting in earnest. However... without Cartography, autolayout code is way more verbose and also much harder to read.
So... thanks for keeping Cartography up-to-date. It's brilliant.
The text was updated successfully, but these errors were encountered:
After switching from Carthage to Cocoapods recently, I thought I'd remove Carthage from my code, too.
After remembering to shut off
translatesAutoresizingMaskIntoConstraints
, I was able to start converting in earnest. However... without Cartography, autolayout code is way more verbose and also much harder to read.So... thanks for keeping Cartography up-to-date. It's brilliant.
The text was updated successfully, but these errors were encountered: