【问题标题】:add searchbar in UItoolbar在 UItoolbar 中添加搜索栏
【发布时间】:2010-06-19 09:12:08
【问题描述】:

我想知道是否可以在 UItoolbar 中添加搜索栏

【问题讨论】:

    标签: iphone uisearchbar uitoolbar


    【解决方案1】:

    我只是快速浏览了一下,虽然界面构建器会让您这样做,但当您尝试保存警告时会弹出一条警告,提示“非 iPad 文档中的 UIBarButtonItems 不支持 UISearchBars”。话虽如此,您可以创建自己的视图,使其看起来和工作起来像允许 UISearchBar 的 UIToolbar。

    【讨论】:

      【解决方案2】:

      你可以嵌套:

      navItem.rightBarButtonItem = [[[UIBarButtonItem alloc] initWithCustomView: m_searchBar] autorelease];

      【讨论】:

        【解决方案3】:

        如果您收到错误说明:

         UISearchBars are not supported in UIBarButtonItems in non-iPad documents
        

        UISearchBar 添加到UIBarButtonItem 中的视图对我有用。

        【讨论】:

          猜你喜欢
          • 2013-09-25
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          相关资源
          最近更新 更多