Closed aabanaag closed 5 years ago
+1
@aabanaag UICollectionView seems to work. Maybe try giving it a shot?
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.
@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
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.
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.