views:

27

answers:

2

does anyone know what component this app is using???

http://tiny.cc/ebsh7

I know it use uipagecontrol to control the page but i don't know what they use to control the button

A: 

They are probably using three20's TTLauncherView control or they might of made their own version of it

More info: http://three20.info/overview

iWasRobbed
A: 

You can move any UIView, and a UIButton is a UIView subclass. Just set its frame property.

Eiko