摘要: UIView *view = [[UIView alloc] initWithFrame:CGRectMake(50, 100,200, 30)]; [UIViewbeginAnimations:@"View Flip" context:nil]; [UIViewsetAn... 阅读全文
posted @ 2012-03-21 17:27 SEC.VIP_网络安全服务 阅读(108) 评论(0) 推荐(0)
摘要: 字符串的使用原文地址:NSString常用操作作者:iphone专家//1、创建常量字符串。 NSString*astring = @"This is a String!";//2、创建空字符串,给予赋值。 NSString*astring = [[NSString alloc] ... 阅读全文
posted @ 2012-03-21 11:45 SEC.VIP_网络安全服务 阅读(141) 评论(0) 推荐(0)