Releases: banjun/NorthLayout
Releases · banjun/NorthLayout
5.3.0: Swift Package Manager
5.2.0: Xcode 10
5.2.0
5.1.0: Xcode 9.3
5.1.0
5.0.0: Extend VFL for layoutMarginsGuide and Safe Area
#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
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.