uiview - Swift colorWithAlphaComponent() not working -


hi using simple view draw path semi transparent yellow color not working.

let tyellow = uicolor.yellowcolor().colorwithalphacomponent(0.5) 

hi there view has property called

var opaque = true 

you must set false see transparency @ uiview


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -