arsalan_h
arsalan_h

Reputation: 51

ImageView top of the UITableViewController

My question is very basic: I want to create a view controller that at the top of the page is a static image and under of that there is a UITableView. And when I scroll, both page tableview and image scroll.

If there are any questions, please ask me. Thank you.

Upvotes: 0

Views: 78

Answers (1)

EgzonArifi
EgzonArifi

Reputation: 830

One possible way: you just need to drop a UIView inside your table view on storyboard and than there you can add your image view as you want.

Upvotes: 1

Related Questions