使用Storyboard从ViewController访问自定义UITableViewCell

时间:2015-11-03 10:14:42

标签: ios objective-c uitableview uiviewcontroller uistoryboard

我在ViewController中创建了一个Custom UITableViewCell

enter image description here

enter image description here

我可以访问我的ViewController

UIStoryboard *storyboard = [UIStoryboard storyboardWithName:
                        @"MainStoryboard_iPhone" bundle:[NSBundle mainBundle]];

UIViewController *myController = [storyboard instantiateViewControllerWithIdentifier:@"myId"];

但是如何访问HomeScreenTableViewCell?

感谢。

1 个答案:

答案 0 :(得分:0)

我认为您无法像这样访问,您可以使用单独的.xib创建自定义UITableViewCell,也可以创建位于故事板中的UITableView原型单元格