ios - QuartzCore Border Doesn't Look Flat -


when use:

yourtextfield.layer.bordercolor=[[uicolor blackcolor]cgcolor]; yourtextfield.layer.borderwidth=1.0; 

the border doesn't sides 1.0 pixel wide. there come kind of shadow or doesn't make flat?

anyone know how correct this


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -