开发者

Custom Tally Counter

I'm developing on a tally counter app. It should have a custom picker view like display showing the current count. Something like the one found in the simple, but nice, app from Pixel Research Labs.

I've started to read a book on Core Animations, since I think this is the place to find what I'm looking for. Am I right? Does anybody know a tutorial or some other resource that could help my develop this custom picker?

Oh, just to clear it up: I don't wanna make use of the picker view from the iPhon开发者_开发技巧e SDK. I can't customize it enough for my needs.

Looking forward to hear from you. Thanks in advance :)


I believe the effect they are using is the "liner bump distortion". I would recommend looking at the Core Image Funhouse and playing around to find what produces the effect you want. Then you can see what is available to do that on the iPhone.

You also remember that you can highly customize the look of the UIPickerView by using custom row views. I pretty certain I could create a picker view that looks like the one from Pixel Research Labs.


Edit01:

You might look at "Core Animation for Mac OS X" and the iPhone by Bill Dudely. I've just leafed through it so I don't know if it has the answer you need or not. I would like to know exactly how to do this as well.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜