8
Khi nào nên sử dụng NSInteger so với int
Khi nào tôi nên sử dụng NSIntegerso với int khi phát triển cho iOS? Tôi thấy trong mã mẫu của Apple họ sử dụng NSInteger(hoặc NSUInteger) khi chuyển một giá trị làm đối số cho hàm hoặc trả về giá trị từ hàm. - (NSInteger)someFunc;... - (void)someFuncWithInt:(NSInteger)value;... Nhưng trong một …
344
ios
objective-c
types
nsinteger