摘要:
//判断是否为整形:- (BOOL)isPureInt:(NSString*)string{ NSScanner* scan = [NSScanner scannerWithString:string]; int val; return[scan scanInt:&val] && ... 阅读全文
posted @ 2014-10-21 16:10
PressII...
阅读(409)
评论(0)
推荐(0)
摘要:
- (void)show;{ self.hidden = NO; CAKeyframeAnimation *animation = [CAKeyframeAnimation animationWithKeyPath:@"transform"]; CATra... 阅读全文
posted @ 2014-10-21 16:04
PressII...
阅读(248)
评论(0)
推荐(0)

浙公网安备 33010602011771号