摘要: - (void)viewWillAppear:(BOOL)animated;// Called when the view is about to made visible. Default does nothing- (void)viewDidAppear:(BOOL)animated; // Called when the view has been fully transitioned onto the screen. Default does nothing- (void)viewWillDisappear:(BOOL)animated; // Called when the view 阅读全文
posted @ 2012-03-10 19:27 失败的男人 阅读(383) 评论(0) 推荐(0)