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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -