Search code examples
iosipadios-simulatoripad-2

Text Field Border is not coming in only IPad2, In IPad Air or Resizable Ipad it is coming


In Ipad2 it is coming like this

In Ipad Air it is coming like this

I am running this app in simulator and in ipad2 and ipad air the style is coming different. Also tested in device same thing is happening. Any Idea how to fix this?

Code Snippet: 
answerField.layer.borderWidth = 0.5

Solution

  • try by increasing textbox borderwidth by 1px.