I used UITextView
for tableHeaderView
but it moves. How can I fix tablHeaderView
? And also when text is too much, it is off of the tableHeaderView
. So I want to make it scrollable too. How do I make it do so? I couldn't find good recourses to make this happen. I appreciate your help!!
Asked
Active
Viewed 321 times
0

Ryo
- 83
- 11
-
share some code please – Rocky Balboa Feb 07 '17 at 04:57
-
The tableHeaderView is scrollable content. Because it's header of your tableView object. Use the section headers instead – Mannopson Feb 07 '17 at 05:41