JAK
JAK

Reputation: 6471

UIPickerView separator line missing in iOS9.3

I am using swift with xcode7.3.1. In my xib file added picker view showing separator lines like the following screenshot

enter image description here

But when i run app in simulator then missing separator line like the following screenshot. enter image description here

How to solve this issue.Please help me

Upvotes: 1

Views: 723

Answers (1)

Lombas
Lombas

Reputation: 1132

As answered by Bhavin Ramani in a comment:

Set your simulator scale to 100%. It should show both lines. In the simulator top menu window > scale > 100%

Upvotes: 0

Related Questions