lundi 26 janvier 2015

The same code in one project create a UIView with rounded corners and in another project with wired looking corners

This code:



item.layer.cornerRadius = 5;
item.layer.clipToBounds = YES;


in one project creates this enter image description here


and in the other: enter image description here




Aucun commentaire:

Enregistrer un commentaire