ios - How to build this layout in Swift -


i'm working on app has 1 page should image @ top , table underneath it. thing when scroll, want scroll, including image. best approach this:

  • a scrollview image view , table view ?

  • create kind of static cell in tableview image?

does know examples? appreciated!

enter image description here

best way use uitableviewcontroller. can implement cells , efficiency. drag , drop imageview on top of tableview in uitableviewcontroller. can place right between tableview , top want.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -