The problem is this: First, I used xib to create a UITableViewCell A with n controls in it. Then, I created a UITableViewCell B that inherits A. However, all controls in B are nil. Therefore, when I use B, all controls inherited from A cannot be displayed.
What should I do?
闭关修行中......