01 2016 档案

摘要:UIButton *cancelButton; UIView *topView = self.searchDisplayController.searchBar.subviews[0]; for (UIView *subView in topView.subviews) ... 阅读全文
posted @ 2016-01-22 13:41 frounk 阅读(351) 评论(0) 推荐(0)
摘要:[[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(keyboardwillAppear:) name:UIKeyboardWillShowNotification object:nil]; [[NSNot 阅读全文
posted @ 2016-01-18 18:15 frounk 阅读(359) 评论(0) 推荐(0)