小编fab*_*ian的帖子

iPhone:免费开发者证书仅供学习

我想知道我是否可以免费获得iphone开发者证书?我只是想学习objective-c和iphone开发.

//不,xCode iPhone模拟器没有加速度计等.

G.

iphone xcode objective-c

2
推荐指数
2
解决办法
8633
查看次数

If-Statement for String/Int

我的if子句总是运行到else语句中?怎么了?

        NSLog([[category objectForKey:@"id"] stringValue]); // Traces 15
        if ([[category objectForKey:@"id"] stringValue] == "15") {
            result.isExternal = YES;
        } else {
            result.isExternal = NO;
        }
Run Code Online (Sandbox Code Playgroud)

谢谢你的帮助

iphone objective-c

-3
推荐指数
1
解决办法
252
查看次数

标签 统计

iphone ×2

objective-c ×2

xcode ×1