Tags: jianxd/LayoutKit
Tags
Bumping version to 10.1.0 (LinkedInAttic#248) Adding support for nested view trees that are produced by different makeViews calls. (One example is a collection view that is created by calling makeViews on a Layout object and its cells that are also similarly populated from their own specific Layout objects.)
Bumping version to 10.0.1 (LinkedInAttic#241) Bugfix version fixes handling of flexibility on Overlay and Inset layouts. OverlayLayout now has an optional flexibility parameter, and defaults to the flexibility of the first primary layout. InsetLayout now has an optional flexibility parameter, and the corresponding builder’s flexibility parameter is now hooked up whereas it had no effect before.
Adding builders to the pod. Creating target for objc code. (LinkedInA… …ttic#194) Adding the builders to the LayoutKitObjC pod. This required moving the objc enums to the header files, since objc builders cannot depend on Swift implementation. Since the cross-language integration depends on header files that match the module name, creating a new LayoutKitObjC target for Xcode build to use to match the cocoa pods build. Verified that build succeeds for Xcode and `pod lib lint`.
PreviousNext