layout - gradient background iOS -


gradient

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

  1. uiimageview gradient backgroundimage
  2. set alpha 0.6 -.75 background view visible
  3. use tap gesture recognizer on imageview change background image when user tap , navigate next view

Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -