标签: objective-c xcode warnings
为什么我在Xcode中收到此警告?
答案 0 :(得分:2)
Xcode期望函数末尾的return语句
最好做这样的事情:
NSInteger * myInt = nil;
//your if statement where you changing "myInt" instead of returning
返回myInt