xcode編譯報錯 Multiple methods named 'count' found with mismatched result, parameter type or attributes
一般是id類型的對象類型不匹配造成的,只需要在對象前加強制類型轉換即可,如
[(NSArray*)response count]>0
xcode編譯報錯 Multiple methods named 'count' found with mismatched result, parameter type or attributes
一般是id類型的對象類型不匹配造成的,只需要在對象前加強制類型轉換即可,如
[(NSArray*)response count]>0