Tag Archive: ios

When to use NSInteger vs. int

You usually want to use NSInteger when you don't know what kind of processor architecture your code might run on, so you may for some reason want the largest possible int type, which on 32 bit systems is just an int, while on a 64-bit system it's a [...]

java To objC

Here is a map of what J2ObjC translates from Java to Objective-C: Java |Objective-C packages |class naming classes |interfaces
Powered by Typecho. Theme: Motion modified by changyuefeng.版权所有ICP证:浙ICP备20011766号