小秋的家

home

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  1 Posts :: 91 Stories :: 17 Comments :: 0 Trackbacks
for (UIView *searchBarSubview in [_searchBar subviews]) {   
        if ([searchBarSubview conformsToProtocol:@protocol(UITextInputTraits)]) {   
            @try {
                // set style of keyboard
                [(UITextField *)searchBarSubview setKeyboardAppearance:UIKeyboardAppearanceAlert];
               
                // always force return key to be enabled
                [(UITextField *)searchBarSubview setEnablesReturnKeyAutomatically:NO];
            }
            @catch (NSException * e) {       
                // ignore exception
            }
        }
    }
posted on 2011-12-07 13:29 棋剑小秋 阅读(1537) 评论(0)  编辑  收藏 所属分类: iPhone

只有注册用户登录后才能发表评论。


网站导航: