Skip to content

Add a PinLayout interface compatible with Objective-c

Choose a tag to compare

@lucdion lucdion released this 12 Oct 13:01
· 661 commits to master since this release

Add a PinLayout interface compatible with Objective-c
The interface is slightly different from the Swift interface.

Major differences:

  • The PinLayout's objective-c interface is available using the property pinObjc (instead of pin in Swift)
  • When using the Objective-c interface, the layout method must be called explicitly to complete the view's layout.

Plus:

  • Add an Objective-c implementation of the PinLayout's Intro example.

View build details and download artifacts on buddybuild:
PinLayout (iOS, PinLayout)