我在ViewController中创建了一个Custom UITableViewCell
我可以访问我的ViewController
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:
@"MainStoryboard_iPhone" bundle:[NSBundle mainBundle]];
UIViewController *myController = [storyboard instantiateViewControllerWithIdentifier:@"myId"];
但是如何访问HomeScreenTableViewCell?
感谢。
答案 0 :(得分:0)
我认为您无法像这样访问,您可以使用单独的.xib创建自定义UITableViewCell
,也可以创建位于故事板中的UITableView
原型单元格