Skip to content

Conversation

@doggy
Copy link

@doggy doggy commented Dec 11, 2014

some updates for supporting auto-layout animation

On iOS below 8 (7.1;7.0;Sim or Real device), app will crash and prompt to call [super layoutSubviews]
*** Assertion failure in -[RDVAppTabBar layoutSublayersOfLayer:], /SourceCache/UIKit_Sim/UIKit-2935.137/UIView.m:8794
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Auto Layout still required after executing -layoutSubviews. RDVAppTabBar's implementation of -layoutSubviews needs to call super.'

p.s. This fix will not affect non-autolayout view's display.

On iOS below 8 (7.1;7.0;Sim or Real device), app will crash and prompt to call [super layoutSubviews]
*** Assertion failure in -[RDVAppTabBar layoutSublayersOfLayer:], /SourceCache/UIKit_Sim/UIKit-2935.137/UIView.m:8794
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Auto Layout still required after executing -layoutSubviews. RDVAppTabBar's implementation of -layoutSubviews needs to call super.'

p.s. This fix will not affect non-autolayout view's display.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant