Merge pull request #9 from sampettersson/fix/call-update-cache-on-parameter-change Call update cache correctly even though subviews didn’t change
Merge pull request #9 from sampettersson/fix/call-update-cache-on-parameter-change
Call update cache correctly even though subviews didn’t change
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.
You can find the documentation at placement.sampettersson.com
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
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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
Swift Package Manager
Carthage
Cocoa Pods