1
1
mirror of https://github.com/robb/Cartography.git synced 2024-10-06 21:47:18 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Raphael Cruzeiro
b13dba992a Converted pretty much all of the test cases to Swift 3. There's still a problem with the priority operator ~ that will prevent the test project from building (commenting the faulty test will make the test project build and all other tests will pass). 2016-09-16 17:52:40 +01:00
Robert Böhnke
0cdd37e2a7 Merge branch 'swift-2.0' into 1.0-development 2015-09-10 13:02:14 +02:00
Robert Böhnke
657e6bf1e5 Add missing layoutIfNeeded calls 2015-07-09 11:59:54 +02:00
Robert Böhnke
90ba7f32a0 Remove layout functions 2015-07-09 11:44:09 +02:00
Robert Böhnke
f4ad9f752a Fix tests
Seems like constraints are only actually updated on iOS 9 if the
view is a child of a `UIWindow`.
2015-07-05 14:09:36 +02:00
Robert Böhnke
7bf61825c5 Spec replacing constraints 2015-04-10 23:11:38 +02:00
Robert Böhnke
7f7abf48c7 Spec ConstraintGroup 2015-04-10 22:12:31 +02:00