Tim Bernikovich

Results 15 comments of Tim Bernikovich

Sounds like a valid point. I really need to do that. Thanks!

@sarahjstacey15 I‘ll try to reduce minimum requirement version to iOS 9.

Actually, you probably can’t. iOS creates view hierarchy on its own. We can’t pass our warmed up view there. Right?

@ZHDeveloper how can I reproduce it? Does `isPrefetchingEnabled = false` fix the problem?

First screenshot shows normal behavior. Second one with issue during interactive dismissal. ![simulator screen shot - iphone x - 2019-02-22 at 13 49 58](https://user-images.githubusercontent.com/3878311/53237798-aa3c6080-36a8-11e9-9f23-8350fa8c806c.png) ![simulator screen shot - iphone x...

SafeArea guide changes without animation. So user can see blink when my red view changes its place.

@maxsokolov Looks like I found where my issue comes from. I should say I create UI in code. So I implemented such controller in the demo project. In this case...

Screenshot I attached previously is incorrect. I should attach screenshot from `TablePrototypeCellHeightCalculator`. When `TablePrototypeCellHeightCalculator` dequeues cell it has default height. For cells created in code it's 44.

Related SO question: https://stackoverflow.com/questions/32172250/uitableview-auto-resizing-row-constraint-breaking-mysteriously-on-iphone-6plus