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
My true issue is that the height of the popover in my app is not working on some iPads (9.7 inch for example). It has too much top margin and cuts off the bottom of my view.
However, I noticed that the example project is also not laying out properly and cutting off the top (instead of the bottom in my case), and if we can get to the bottom of this problem it may solve my issue too.
What type of issue is this? (place an x in one of the [ ])
bug
enhancement (feature request)
question
documentation related
testing related
discussion
Requirements (place an x in each of the [ ])
I've read and understood the Contributing guidelines and have done my best effort to follow them.
I've searched for any related issues and avoided creating a duplicate issue.
Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
PanModal version: 1.2.7~
iOS version: iOS 15.4 with iPad Pro 9.7 inch simulator and device~~
Steps to reproduce:
Open Sample project
Add sourceRect & sourceView like so to the presentPanModal in SampleViewController: presentPanModal(rowType.presentable.rowVC, sourceView: view, sourceRect: CGRect(x: 150, y: 150, width: 300, height: 300))
Note how some of the examples like Alert are cut off at the top
Expected result:
Cells are not cut off at the top
Actual result:
Cell at the top is cut off
Attachments:
Logs, screenshots, screencast, sample project, funny gif, etc.
The text was updated successfully, but these errors were encountered:
Description
My true issue is that the height of the popover in my app is not working on some iPads (9.7 inch for example). It has too much top margin and cuts off the bottom of my view.
However, I noticed that the example project is also not laying out properly and cutting off the top (instead of the bottom in my case), and if we can get to the bottom of this problem it may solve my issue too.
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
PanModal version: 1.2.7~
iOS version: iOS 15.4 with iPad Pro 9.7 inch simulator and device~~
Steps to reproduce:
presentPanModal(rowType.presentable.rowVC, sourceView: view, sourceRect: CGRect(x: 150, y: 150, width: 300, height: 300))
Alert
are cut off at the topExpected result:
Cells are not cut off at the top
Actual result:
Cell at the top is cut off
Attachments:
Logs, screenshots, screencast, sample project, funny gif, etc.
The text was updated successfully, but these errors were encountered: