Expected behaviorMainTableViewController and ListRecordings would show their entire content fit in their subview.
What is happening instead
For both table view controllers the top rows are invisible because they are scrolled out of the screen. Scrolling down shows them, but once tap is released, they go back to their out of screen positions. On one odd occasion, ListRecordings seemed to have shown 2 active table view controllers, both scrollable independently.
Expected behavior
MainTableViewController
andListRecordings
would show their entire content fit in their subview.What is happening instead For both table view controllers the top rows are invisible because they are scrolled out of the screen. Scrolling down shows them, but once tap is released, they go back to their out of screen positions. On one odd occasion,
ListRecordings
seemed to have shown 2 active table view controllers, both scrollable independently.To Reproduce Start using the app.
Versions Device: iPad, 4th generation iOS: 10.3.3 (14G60)