Just wondering if anyone else has noticed that if you set a DPFTextField borderstyle to bsRoundedRect it shows nice in the Simulator but as soon as I put it on my device the background is invisible?
Am I doing something wrong?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is background image or color? There was an issue with background image being overridden by background color (for UIViewControl) when set from the code which Babak fixed in the last build. Not sure if the same thing is happening here as well.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey everyone,
Just wondering if anyone else has noticed that if you set a DPFTextField borderstyle to bsRoundedRect it shows nice in the Simulator but as soon as I put it on my device the background is invisible?
Am I doing something wrong?
Thanks.
Is background image or color? There was an issue with background image being overridden by background color (for UIViewControl) when set from the code which Babak fixed in the last build. Not sure if the same thing is happening here as well.
The background color. It seems to do the same thing with the TextField demo. I've attached an image to show you how it comes out on an IPhone.