I would like to add a shadow effect to my UITextField currently what I\'m achieving is this: As you can see the shadow is not rounded in the corners. My code:
do you tried this mNickname.layer.masksToBounds = true;