Summary: calculateLayoutWithSize: can be useful when calculating table/collection view sizes before the views are fully laid out by UIKit. Closes https://github.com/facebook/yoga/pull/558 Differential Revision: D5104863 Pulled By: emilsjolander fbshipit-source-id: e0e0c6d502f6745be8d84de8c1b6e24cc25a0352
YogaKit
Installation
YogaKit is available to install via CocoaPods.
pod 'YogaKit', '~> 1.5'
Getting Started
Checkout the docs here.
We also have a sample project. To try it out, clone this repo and open YogaKitSample.xcodeproj
in the YogaKitSample directory.
Contributing
We welcome all pull-requests! At Facebook we sync the open source version of YogaKit
daily, so we're always testing the latest changes.
See the CONTRIBUTING.md file for how to help out.