rambler-digital-solutions / rambler-it-ios

open source VIPER application
MIT License
333 stars 57 forks source link

LectureCard screen opens too long at the first time #87

Closed etolstoy closed 8 years ago

etolstoy commented 8 years ago

When a user taps LectureCard screen for the first time, it opens too long.

etolstoy commented 8 years ago

I have a strong feeling that the main thread is blocked by our ponsomizer.

etolstoy commented 8 years ago

I've checked it - the problem is in TagCellSizeCalculator, which calculates the size of tag cell using prototype cell creation and autolayout. I've added a small fix - but it's better to implement tags in another way (see #75).