Placement

1.7.0

Layout protocol & ViewThatFits backport for iOS 14-15
sampettersson/Placement

What's New

1.7.0

2024-04-03T13:50:36Z

This release fixes background views not receiving touches correctly thanks to @daninils.

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

Description

  • Swift Tools 5.7.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat Apr 13 2024 14:03:37 GMT-0900 (Hawaii-Aleutian Daylight Time)