Is this possible to create a subview in UITableViewController, which will be disabled from scrolling?
Asked
Active
Viewed 215 times
0
-
Best answer http://stackoverflow.com/a/35622509/2269679 – Manuel Escrig Feb 25 '16 at 08:58
1 Answers
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