You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug currently with transparent UI bars. The demo demonstrates this bug. When I would seem to fix this issue for iOS 7, it would not work on iOS 8 and vice versa.
There are solutions to this problem for table view controllers and collection view controllers by manually setting the content offset and scroll offset. However, there is no solution that I have found that fixes the issue with auto layout for normal view controllers. I assume fixing the issue for normal view controllers will fix the issue for all other view controllers.
The text was updated successfully, but these errors were encountered:
my project https://github.com/stefreak/TTLayoutSupport is a solution for this problem, for both iOS 7 and iOS 8 and normal view controllers. It replaces Apples UILayoutSupportConstraints with custom NSLayoutConstraints
There is a bug currently with transparent UI bars. The demo demonstrates this bug. When I would seem to fix this issue for iOS 7, it would not work on iOS 8 and vice versa.
There are solutions to this problem for table view controllers and collection view controllers by manually setting the content offset and scroll offset. However, there is no solution that I have found that fixes the issue with auto layout for normal view controllers. I assume fixing the issue for normal view controllers will fix the issue for all other view controllers.
The text was updated successfully, but these errors were encountered: