Skip to content

Layout protocol & ViewThatFits backport for iOS 14-15

License

Notifications You must be signed in to change notification settings

klolev/Placement

 
 

Repository files navigation

A polyfill for the new Layout protocol from iOS 16. Supports iOS 14 and above, on iOS 16 Placement favors the built in Layout protocol and uses that instead of Placements own layouter.

Documentation

You can find the documentation at placement.sampettersson.com

Installation

https://github.com/sampettersson/Placement.git
github "sampettersson/Placement" >= VERSION
platform :ios, '9.0'
use_frameworks!

target 'Your App Target' do
  pod 'Placement', '~> VERSION'
end

About

Layout protocol & ViewThatFits backport for iOS 14-15

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.1%
  • Ruby 0.9%