yysskk / SwipeMenuViewController

Swipable tab and menu View and ViewController.
MIT License
1.29k stars 131 forks source link

TabView is not centered on iPhone X #88

Open bm181354 opened 5 years ago

bm181354 commented 5 years ago

Describe the bug Sliding tabView is out of place when initially launching the application for the very 1st time. Clicking on the tabView will fix the error by itself. This error only seems to persist on iPhone X.

To Reproduce Steps to reproduce the behavior:

  1. Running the application on iPhone X

Expected behavior It should display tabView frame right below the navigation bar but instead you can see the screenshot below. tabView frame is out of place. Text and additional View window are not centered in the frame.

Screenshots ![image] (https://i.imgur.com/qca9nOw.png)

iPhone

Additional context Only happens on iPhone X. XR, XS seems be working as it is supposed to.