nicklockwood / layout

A declarative UI framework for iOS
MIT License
2.23k stars 97 forks source link

EKEventEditViewController cells are tiny whenever the 'Layout' pod is included in my project #147

Closed bourquep closed 5 years ago

bourquep commented 5 years ago

See the attached Xcode project for a repro, which consists of a plain view controller which presents an EKEventEditViewController modally.

Here's what it looks without the Layout pod (simply comment out the pod Layout line in the podfile, or run the project before doing pod install):

image

Here's what it looks like with the Layout pod installed. Note that I am not importing nor using Layout in this project, I am just including the framework.

image
nicklockwood commented 5 years ago

@bourquep fixed in Layout 0.6.31. Thanks for reporting it!