issue when using tableview
Halimeh-manaf opened this issue · 1 comments
Report
Environment
Please provide information on your development environment, so we can build with the same scenario.
- Xcode version (e.g. 9.1): 11.2
- PopupDialog version (e.g. 0.5.0): 1.1
- Minimum deployment target (e.g. 9.0): 10.0
- Language (Objective-C / Swift): Swift
- In case of Swift - Version (e.g. 4): 5
What did you do?
Implemented the pop up dialog with a table view. Specifically with a detail accessory type. Once clicked, the pop up will be displayed.
What did you expect to happen?
I expected the pop to be displayed at the center of the screen always (no matter the position of the cell(
What happened instead?
Unfortunately, the pop up is displayed based on the index of the cell. For example, at the last cell, the pop is displayed at the top of the screen ( almost impossible to read anything). if the cell is at the top, it is displayed at the center of the screen.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.