Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个移动应用程序,我需要创建一个类似于 iOS 搜索栏的搜索栏。这可以使用 Apache 的 flex 4.11 吗?
查看您主要在使用基于应用程序ActionBar时可以访问的 Flex 组件。ViewNavigator但是,没有预先构建的方式来运行搜索甚至搜索组件。您必须ActionBar为该 ActionBar 构建一个自定义和皮肤,以复制该功能。您还必须创建一个View显示结果的控制器和一个用于实际运行搜索的控制器。
ActionBar
ViewNavigator
View