does anyone know what component this app is using???
I know it use uipagecontrol to control the page but i don't know what they use to control the button
does anyone know what component this app is using???
I know it use uipagecontrol to control the page but i don't know what they use to control the button
They are probably using three20's TTLauncherView
control or they might of made their own version of it
More info: http://three20.info/overview
You can move any UIView, and a UIButton
is a UIView subclass. Just set its frame
property.