摘要:
1.回顾UIPopoverController的使用,下面这份代码只能在ipad下运行 // 初始化控制器,SecondViewController类继承自UIViewController SecondViewController *vc = [[SecondViewController all... 阅读全文
posted @ 2015-02-05 18:42
oumygade
阅读(3329)
评论(0)
推荐(0)
摘要:
前面分别讲了delegate、notification和KVO的实现原理,以及实际使用步骤,我们心中不禁有个疑问,他们的功能比较类似,那么在实际的编程中,如何选择这些方式呢? 在网上看到一个博客上详细的分析了三者之间的区别以及各自的优势,博文地址为http://blog.shinetech.c... 阅读全文
posted @ 2015-02-05 13:04
oumygade
阅读(188)
评论(0)
推荐(0)
摘要:
1. iOS7及iOS7之前警告类控件有UIAlertView和UIActionSheet1.1UIAlertView的使用 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"警告" message:@"这是一个UIAlertView... 阅读全文
posted @ 2015-02-05 11:24
oumygade
阅读(1478)
评论(0)
推荐(0)