摘要: 1.波浪效果是在tableView 上的cell上实现的,在cell.m中写如下代码:- (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated... 阅读全文
posted @ 2015-08-11 17:53 1453787169 阅读(269) 评论(0) 推荐(0)
摘要: 怎样判断iOS App是通过哪种途径启动的?- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions说明:当应用程序启动时执行,应用程序启动... 阅读全文
posted @ 2015-08-04 17:29 1453787169 阅读(2681) 评论(0) 推荐(0)