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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -