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

UITableViewCell problem in iOS 11 #165

Open GevaZeichner opened 7 years ago

GevaZeichner commented 7 years ago

I encountered a strange animation happening in my cells using LayoutKit. It happens only in iOS 11. iOS 10 behaves normally, with no resizing of the elements inside. I wasn't able yet to reproduce it outside my project. I recursively painted all the subviews of makeViews() with half transparent background color to help notice the changes. Using version 5.0.0. Has anyone experienced anything similar or has ideas on what to investigate? Thanks

Screen recording: layoutkit_ios11_bug