1.刚刚接触xcode,对于想要覆写方法时候,记不住这么长的方法名字,比如使用UITabelView时候,想要覆写- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section:(NSInteger)section这个方法,只能记住大概的numberofrowinsection,这种情况下有没有方法让xcode自动来补全我想要的方法的名字?
(就像androidStudio里面的code--->overwrite---->自动会列出可以覆写的方法名字,我只要去选择一下就可以 这种的)
2 当我直接输入numb的时候 xcode并没有提示我想要的方法

<UITableViewDelegate, UITableViewDataSource>
了解一下....