4

为什么我在 Xcode 中会收到此警告?

在此处输入图像描述

4

1 回答 1

2

Xcode 期望函数末尾有 return 语句

最好做这样的事情:

NSInteger *myInt = nil;

 //your if statement where you changing "myInt" instead of returning

返回我的整数

于 2012-12-02T16:56:12.683 回答