Reputation: 135
Right now I am putting a tableview in my app. when I drag a UITableView
on the screen and position it, Xcode does not display the content type setting, which I need to change for this tableview. This tableview is in an xib file, separate from the main storyboard file. How would I change that setting?
Thanks, Virindh Borra
Upvotes: 0
Views: 191
Reputation: 668
you can change/check the content type settings yourself by looking in the attributes inspector on the utilities.
Upvotes: 1