10 2014 档案

摘要://判断是否为整形:- (BOOL)isPureInt:(NSString*)string{ NSScanner* scan = [NSScanner scannerWithString:string]; int val; return[scan scanInt:&val] && ... 阅读全文
posted @ 2014-10-21 16:10 PressII... 阅读(411) 评论(0) 推荐(0)
摘要:- (void)show;{ self.hidden = NO; CAKeyframeAnimation *animation = [CAKeyframeAnimation animationWithKeyPath:@"transform"]; CATra... 阅读全文
posted @ 2014-10-21 16:04 PressII... 阅读(251) 评论(0) 推荐(0)
摘要:http://www.raywenderlich.com/zh-hans/22873/ios-6-%E8%87%AA%E5%8A%A8%E5%B8%83%E5%B1%80-%E5%85%A5%E9%97%A8%EF%BC%8D1来自Ray:恭喜各位!你们已经通过宣传ios feast提前解锁了第一个... 阅读全文
posted @ 2014-10-16 11:47 PressII... 阅读(316) 评论(0) 推荐(0)
摘要:1. 编译iPad真机时,选择了 Architetures:Standard(armv6) BaseSDK:iPhoneDevice3.2 TargetDeviceFamily:iPad.若编译出现如下错误:Command /Developer/Platforms/iPhoneOS.platform... 阅读全文
posted @ 2014-10-11 16:49 PressII... 阅读(993) 评论(0) 推荐(0)