I am new in IOS. I want to create a UITableView
in a xib file instead of my Main.storyboard
.
But the problem is when I drag a UITableViewCell
in to UITableView
, it does not work like in Main.storyboard
.
My Main.storyboard
now have many screen so it's very slow when load and also it's hard to find any screen. Therefore, I want to put put UITableView
to xib file.
Do I miss something or I make something wrong?
Any help would be appreciated