What am I doing?
I am learning iOS
by building an app. My requirement shows some transactions on UITableViewController
I need to add header
which I need to design with some specific information and style. I asked iOS: How do I make custom header section for Table? and realized that I need to make a custom UIView
.
Problem is that I can't drag View
on UITableViewController
, XCode does not allow me to
Problem?
- If you see this shows not only the UIView
but the entire iPhone
screen
- I need to show this on my UITableViewController
, with now what I have, how can I put the UIView
as header on my UITableViewController
?