Loaded the nib but didn't get a UITableView Exception

前端 未结 1 1209
我在风中等你
我在风中等你 2020-12-12 07:04

I\'m trying to load a uitableview using ECSlidingViewController methods.

When I call this code:

UIStoryboard*  sb = [UIStoryboard storyb         


        
1条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 07:53

    I think it's trying to tell you that you have a UITableViewController in your storyboard but the top-level view associated with that controller is not a UITableView.

    0 讨论(0)
提交回复
热议问题