akiroom / AXStretchableHeaderTabViewController

Stretchable header view + Horizontal swipable tab view
MIT License
285 stars 50 forks source link

Crash on landscape #19

Open kutakmir opened 10 years ago

kutakmir commented 10 years ago

I got this when moving to landscape:

*** Assertion failure in -[UIView layoutSublayersOfLayer:], /SourceCache/UIKit/UIKit-2935.138/UIView.m:8803

the only thing that I've found so far: http://stackoverflow.com/questions/24273202/dynamically-sized-uitableview-in-uiscrollview-with-auto-layout

kinda brutal solution. I didn't go deeper yet.

akiroom commented 10 years ago

Oh... thank you for reporting. I will inspect this problem at tonight.