简体   繁体   中英

Is it possible to create a prototype content UITableview in a xib file without using storyboard?

在此处输入图片说明

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

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM