首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

摘引navigationController对象

2012-06-26 
引用navigationController对象?@property(nonatomic,readonly,retain) UINavigationController *navigatio

引用navigationController对象

?

@property(nonatomic,readonly,retain) UINavigationController *navigationController; // If this view controller has been pushed onto a navigation controller, return it.?

发现在控制器中就直接有这个对象属性了:

?

[self.navigationController?pushViewController: printView animated:TRUE];

?

[self.navigationController presentModalViewController:self.worldCitiesListNavigationController animated:YES];

?

不知道的东西太多了。

热点排行