Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このブロックを構文的に宣言していますが、それでもエラーがスローされます。この宣言で何が間違っているのか教えてください。
次のように置き換えます:
[arrToggelButton enumerateObjectsUsingBlock:^(id obj, NSUInteger idx, BOOL *stop) { //Write Your code }];
ハッピーコーディング...
それは正しくありません。method 引数には、符号なし整数 ( ) を取るブロックが必要ですが、符号付きNSUInteger整数引数 ( ) を宣言しましたNSInteger。
NSUInteger
NSInteger