Orderella / PopupDialog

A simple, customizable popup dialog for iOS written in Swift. Replaces UIAlertController alert style.
http://www.mwfire.de
Other
3.96k stars 522 forks source link

Table not showing #290

Closed aabanaag closed 5 years ago

aabanaag commented 6 years ago

Report

Environment

Please provide information on your development environment, so we can build with the same scenario.

Dependency management

If you are not using any dependency managers, you can remove this section.

What did you do?

Created a ViewController to show within the PopupDialog. I did referenced this (https://github.com/mwfire/PopupDialogCustomExample) also I'm using RxDatasources to handle the data+table part.

What did you expect to happen?

It will show the view controller as a popup with the dynamic data.

What happened instead?

It showed the ViewController but not the table nor the data.

Project that demonstrates the issue

I'm using RxSwift to bind the UI and the data which list the printers within the network. I can see the rxswift side working without an issue. The UI is not showing the whole table. image

RafalManka commented 6 years ago

+1

RafalManka commented 6 years ago

@aabanaag UICollectionView seems to work. Maybe try giving it a shot?

mwfire commented 6 years ago

It should work once you give your table view a fixed height. There is a pinned issue with a link to a table view example here.

RafalManka commented 6 years ago

@mwfire I tried giving UITableView a fixed height and it didn't help. I found the pinned example, I'll give it a shot: https://github.com/Orderella/PopupDialog/issues/87

stale[bot] commented 6 years ago

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.