我想知道我是否可以免费获得iphone开发者证书?我只是想学习objective-c和iphone开发.
//不,xCode iPhone模拟器没有加速度计等.
G.
我的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)
谢谢你的帮助