Skip to content

Releases: banjun/NorthLayout

5.3.0: Swift Package Manager

28 Dec 08:44
ad450da
Compare
Choose a tag to compare
Merge pull request #17 from banjun/spm

Support Swift Package Manager

5.2.0: Xcode 10

18 Jan 13:14
Compare
Choose a tag to compare

5.1.0: Xcode 9.3

03 Apr 09:01
Compare
Choose a tag to compare

5.0.0: Extend VFL for layoutMarginsGuide and Safe Area

29 Nov 09:02
Compare
Choose a tag to compare

#11 Extend Visual Format Language for layoutMarginsGuide and Safe Area

NorthLayout 5 has breaking changes around safe area.

Migration to NorthLayout 5

NorthLayout 4 has supported Safe Area by translating | bounds as safe area layout guides by default.

NorthLayout 5 adds breaking changes that introduces || layout margin guides and thus | no longer respects Safe Area. Choose | to stick to edges, or || to inset in layout margins or safe area.

4.0.0: Safe Area

06 Nov 01:22
Compare
Choose a tag to compare

Support Safe Area.
Existing UIViewController.northLayoutFormat code, in default, without any code changes, automatically contains in safe area layout guides as same as top layout guide and bottom layout guide. You can opt-out this behavior by option argument.

2.0.0

14 Jun 14:09
Compare
Choose a tag to compare

Supports Xcode 7 with Swift 2.

1.0.0

10 Jun 15:48
Compare
Choose a tag to compare

NorthLayout 1.0.0 supports Xcode 6 with Swift 1.2.

0.1.0

09 May 16:01
Compare
Choose a tag to compare

first version supporting ios and osx