0

Is this possible to create a subview in UITableViewController, which will be disabled from scrolling?

http://img689.imageshack.us/img689/9036/map1w.png

Dawid
  • 715
  • 2
  • 10
  • 17

1 Answers1

2

No. You'll want to create a custom view controller, add a UITableView and a fixed view above the UITableView.

Marcus Adams
  • 53,009
  • 9
  • 91
  • 143