摘要: 12 April 2011 How to Write an iOS App That Uses a Web Service Tweet If you're new here, you may want to subscribe to my RSS feed or foll... 阅读全文
posted @ 2012-02-21 17:34 shuaixf 阅读(1905) 评论(0) 推荐(0)
摘要: @interface NSValue (NSValueUIGeometryExtensions) + (NSValue *)valueWithPointer:(const void *)pointer;//保存对象指针 + (NSValue *)valueWithCGPoint:(CGPoin... 阅读全文
posted @ 2012-02-21 15:28 shuaixf 阅读(604) 评论(0) 推荐(0)
摘要: NSDateFormatter *dateFormatter =[[NSDateFormatter alloc] init];// NSString *tzStr = [[date description] substringFromIndex:20];// NSLog(@"\ndate\t... 阅读全文
posted @ 2012-02-21 15:23 shuaixf 阅读(385) 评论(0) 推荐(0)
摘要: //string 转成 char: NSString to const char *:NSString * cocoaString = [[NSString alloc] initWithString:@"My NSString"];const char * myCstring = [cocoa... 阅读全文
posted @ 2012-02-21 15:11 shuaixf 阅读(891) 评论(0) 推荐(0)
摘要: 显示一个整数值在标签上 currentScoreLabel.text = [NSString stringWithFormat:@"%d", currentScore]; 阅读全文
posted @ 2012-02-21 15:09 shuaixf 阅读(190) 评论(0) 推荐(0)
摘要: 在XCode中 点 Run->Console可以查看NSLog的记录。 NSLog(@"log: %@ ", myString);NSLog(@"log: %f ", myFloat);NSLog(@"log: %i ", myInt); NSLog() 寫到文件 - (void)... 阅读全文
posted @ 2012-02-21 15:08 shuaixf 阅读(366) 评论(0) 推荐(0)
摘要: /******************************************************************************************* NSString *********************************************... 阅读全文
posted @ 2012-02-21 14:58 shuaixf 阅读(268) 评论(0) 推荐(0)