PaoloCuscela / Cards

Awesome iOS 11 appstore cards in swift 5.
MIT License
4.2k stars 273 forks source link

detailview with 'uitableview' other than scrollview possible? #31

Closed ultrasoundcases closed 6 years ago

ultrasoundcases commented 6 years ago

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..: image-1

Thanks a lot.

PaoloCuscela commented 6 years ago

Have you already tried to set in the detailView a non-scrollable uitableview ?

mteera commented 6 years ago

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.