适用于 BlackBerry 的 UINavigationControl
我正在为 Blackberry OS 5.0 及更高版本开发应用程序。
在 iPhone 上,UINavigationControl
是一个非常酷的 UI 组件。如何为 BlackBerry 应用程序实现相同的控件?
I am developing an application for Blackberry OS 5.0 and later.
On the iPhone, UINavigationControl
is a really cool UI component. How can I implement the same control for a BlackBerry application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要覆盖该字段的 touchEvent ,下面是示例,这里我覆盖 toucevent 以使地图导航在 touchevent 上,当用户在触摸屏上移动手指时,地图开始朝该方向滚动,类似地,您可以对任何场地 :
You need to override the touchEvent of the field , below is the example,Here i m overriding the toucevent to make the map navigation on touchevent when a user moves his finger on touchscreen the map starts scrollin in that direction similarly you can do the same for any field :