문제

I am new to the whole Appcelerator world so I had a question:

Anybody is aware if appcelerator titanium provides slider functionality similar to this screenshot?

If not, what would be the first docs to look at?

No need for fancy animation or anything, just simplest transition.

enter image description here

I just need basic slider for titanium that has slide selectors looking like small circles (or something I could modify or adjust to custom needs).

Also, yes I'll use this as a startpoint http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.Slider-object

But the page doesn't have screenshots of how the slider object looks and acts.

도움이 되었습니까?

해결책

You want the ScrollableView control, with the paging component enabled.

http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.ScrollableView-object

다른 팁

For displaying such kind of progresbar or slider u have to create custom view and inside that custom view put as many as dots images as you have photos and just scrolling of each photos change dots image as per e.current / e.views ...

and set previous image to default image. and make it touch enabled = false.

ScrollableView control, with the paging.

link

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top