摘要: 在presentModalViewController的时候自己创建一个navigationController,这样ViewController的navigationController属性不为nil,即可使用pushViewController。POIListViewController* poiListVC =[[POIListViewController alloc] initWithNibName:@"POIListViewController" bundle:nil];poiListVC.poisArray =self.searchResult;poiListV 阅读全文
posted @ 2012-03-20 14:55 Dzs 阅读(637) 评论(0) 推荐(0)
摘要: 2012-03-21CAAnimation动画duration :持续间隔数repeatCount:重复次数layer.opacity:透明度好多东西没弄明白 阅读全文
posted @ 2012-03-20 14:50 Dzs 阅读(251) 评论(0) 推荐(0)