XLPagerTabStrip icon indicating copy to clipboard operation
XLPagerTabStrip copied to clipboard

in iPhone X above models , menu goes to safeArea

Open narjes-abs opened this issue 4 years ago • 7 comments

Screen Shot 2019-10-08 at 11 43 24 AM

narjes-abs avatar Oct 08 '19 08:10 narjes-abs

Same problem. Any solutions?

mehul-vasa avatar Oct 20 '19 14:10 mehul-vasa

For me it is not clear enough what is wrong on the screenshot. Check the pull requests section, there are some with safe area issues (e.x. https://github.com/xmartlabs/XLPagerTabStrip/pull/756)

bivant avatar Nov 07 '19 09:11 bivant

@bivant your right I should be more specific, here is the screenshot of iPhone 6 XLPagerTabStrip should be shown like this photo_2019-11-10_09-26-14

narjes-abs avatar Nov 10 '19 06:11 narjes-abs

Hello @abbaspour-narjes Now it more clear. Title "Trailer" is under the notch. Can you attach minimal project where issue is visible? To check the layout/constraints. I assume it depends on layout as not many people encountered it.

bivant avatar Nov 10 '19 21:11 bivant

I think this issue still exists and it's affecting ios13 where view controllers are shown modally in a page sheet, the title is not visible even though the top of the page sheet is below the notch, when I change the view controller's presentation to full screen the title appears again. The question is, how do we support the new ios page sheet style? @bivant

clementiano9 avatar Nov 15 '19 09:11 clementiano9

Yes , I am also facing the same issue..! In Demo the view controller is presented so there is no issues. Screen Shot 1441-04-26 at 5 29 32 PM

But When I present modally It works fine..!

Screen Shot 1441-04-26 at 6 05 11 PM

FaizalMalik avatar Dec 23 '19 14:12 FaizalMalik

One workaround I found is to use separate view for the buttonBarView (Empty ButtonBarView) and attach it to the outlet in the controller. then you can place it right in the view .

mohamedghonemi avatar Jun 20 '20 16:06 mohamedghonemi