我正在检查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自动Retina 4图像兼容?
最佳答案
实际上,这是Corona中提供的“界面小部件”,可产生与视网膜显示器兼容的tableViews:
http://developer.anscamobile.com/reference/index/widgetnewtableview
还有更多Corona SDK用户界面小部件:
http://developer.anscamobile.com/content/widget
关于iphone - 如何在用于视网膜图形的Corona SDK中更改tableView库,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/4831878/