在Objective-C
如何阻止新行:
- (NSInteger)tableView:(UITableView *)tableView
numberOfRowsInSection:(NSInteger)section {
看到这个:
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
试过这个,但显然不适用于Objective-C
:
AllowAllParametersOfDeclarationOnNextLine: false