hyperoslo / Tabby

⛩ A fancy tabbar
Other
103 stars 14 forks source link

Fix/layout constraint issue #15

Closed zenangst closed 7 years ago

zenangst commented 7 years ago

This PR fixes a small layout constraints issue that can occur when you transition from a view that had the tab bar hidden. The view controller that will be displayed won't get the right constrains as it should be a negative value, not a positive one.

With this PR, that issue is fixed.

onmyway133 commented 7 years ago