黑莓中的 UIPageControl 等效项
我正在致力于将 iphone 应用程序移植到黑莓设备上。
我在 Blackberry 中找不到 UIPagecontrol 的任何等效项。
实际上,任何制作类似 UIPageControl 的想法对我来说就足够了。
i am working on porting an iphone application to blackberry devices.
i could not find any equivalent of UIPagecontrol in Blackberry.
Actually, any ideas to making similar of UIPageControl is enough for me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有直接的等价物。最接近的本机控件可能是选项卡式窗格管理器。或者您可以编写自己的自定义控件来模仿 iPhone 的行为。
There is no direct equivilent. The closest native control would probably be a tabbed Pane Manager. Or you could just write your own custom control to mimic the iPhone behavior.