问题
I'm trying to create a iOS-like UIScrollView
in ActionScript 3 for my Adobe AIR apps, but it is not very smoooth.
Why didn't Adobe implement a native scroll view? Has anyone already implemented a smooth scroll, using movie clips or something similar?
回答1:
Take a look at this. It should give you some ideas/help you get started.
http://www.infin8iphone.co.uk/?p=57
回答2:
I had created a pretty full functional iOS-like ScrollView/ListView component for AS3, you can try it: https://github.com/albert-zhang/AZASScroll
来源:https://stackoverflow.com/questions/11172033/ios-like-scrollview-in-as3-air