Closed ultrasoundcases closed 6 years ago
Have you already tried to set in the detailView a non-scrollable uitableview ?
If you turn off the scroll how can you scroll down the tableView? It seems as though the scaled image is part of the scrollView which makes it awkward when trying to implement tableView. This is because the tableView just goes underneath the detailView image.
Hello, thank you so much for the great job! Actually I want to load a uitableview in the detail screen of the Detailview. But because the detailview is uiscrollview, 'uitableview in the scrollview' shows so weird functionality when swipe up/down.
How can I use uitableview in the detailview? just like..:
Thanks a lot.