Skip to content

SwiftUI layouts to render content in portrait mode using the new Layout protocol

License

Notifications You must be signed in to change notification settings

ntsh/FancyLayouts

Repository files navigation

FancyLayouts

SwiftUI layouts and views to render content in portrait mode.

Works with any View. Uses the new iOS 16 Layout protocol.

output

Usage Example

(JustifiedGrid()) {
    Rectangle().foregroundColor(.red)
    Rectangle().foregroundColor(.brown)
    Rectangle().foregroundColor(.purple)
}

About

SwiftUI layouts to render content in portrait mode using the new Layout protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages