layout - gradient background iOS -
this rectangular region has gradient background transparent. texts can written on rectangle. colour of rectangle changes when user touches it. when user releases it, takes new screen. how should implemented in ios?
use
- uiimageview gradient backgroundimage
- set alpha 0.6 -.75 background view visible
- use tap gesture recognizer on imageview change background image when user tap , navigate next view
Comments
Post a Comment