如何更改 Corona SDK for Retina Graphics 中的 tableView 库
我正在查看 Corona SDK 并希望适应 Coffee Demo ( http://blog.anscamobile.com/2010/09/create-scrolling-list-views-with-text-and-graphics-in-coronasdk- ios-android-tutorial/ ),以便它使用此处描述的 Retina Display @2x 图像配置:http://blog.anscamobile.com/2011/01/dynamic-image-resolution-made-easy/
我需要做什么才能集成 Retina 4填充到 tableView 库中,从而使 Coffee Demo auto Retina 4 图像兼容?
I am checking out Corona SDK and looking to adapt the Coffee Demo ( http://blog.anscamobile.com/2010/09/create-scrolling-list-views-with-text-and-graphics-in-coronasdk-ios-android-tutorial/ ) so that it uses the Retina Display @2x image configuration described here: http://blog.anscamobile.com/2011/01/dynamic-image-resolution-made-easy/
What would I need to do to integrate the Retina 4 stuff into the tableView library and thus make the Coffee Demo auto Retina 4 image compatible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这实际上是 Corona 中可用的“界面小部件”,可生成与视网膜显示器兼容的 tableView:
http: //developer.anscamobile.com/reference/index/widgetnewtableview
以及更多 Corona SDK 用户界面小部件:
http://developer.anscamobile.com/content/widget
This is actually an "Interface Widget" available in Corona that produces tableViews that are compatible with retina displays:
http://developer.anscamobile.com/reference/index/widgetnewtableview
And more Corona SDK user interface widgets here:
http://developer.anscamobile.com/content/widget
答案在您提供的第二个链接上......我引用:
the answer is on the second link you provided... I quote: