06 2013 档案

摘要:[tvDynamicsetContentOffset:CGPointMake(0, 0) animated:NO]; 阅读全文
posted @ 2013-06-14 14:27 StevenFu 阅读(107) 评论(0) 推荐(0)
摘要:- (void)viewWillDisappear:(BOOL)animated{[[NSNotificationCenterdefaultCenter] removeObserver:selfname:UIKeyboardWillShowNotificationobject:nil];[[NSNotificationCenterdefaultCenter] removeObserver:selfname:UIKeyboardWillHideNotificationobject:nil];}- (void)viewDidLoad{ [superviewDidLoad]; [[NSNoti... 阅读全文
posted @ 2013-06-13 10:44 StevenFu 阅读(385) 评论(0) 推荐(0)