Now I am developing a chating app using pars, without storyboard. I need to create a prototype content UITableview
in my chat .xib file. Kindly guide me to solve my issue.
Now I am developing a chating app using pars, without storyboard. I need to create a prototype content UITableview
in my chat .xib file. Kindly guide me to solve my issue.
Yes , You can do that.
Drag and drop UITableView on your xib and Select UITableView "Attribute Inspector". Then Select Content as "Static Content" if you want manage UITableView Cell content through xib. Otherwise you can go for delegate methods implementation.
UITableView "Attribute Inspector" >> Content property