LinkedInAttic / LayoutKit

LayoutKit is a fast view layout library for iOS, macOS, and tvOS.
http://layoutkit.org
Apache License 2.0
3.16k stars 267 forks source link

Fixed Swift ObjC Wrapper of layout #212

Closed drumnkyle closed 6 years ago

drumnkyle commented 6 years ago

There could be an issue if you inherit from one of the provided layouts from LayoutKit. This fix makes it so that if you do that, it will call the correct overridden methods.