Reputation: 6471
I am using swift with xcode7.3.1. In my xib file added picker view showing separator lines like the following screenshot
But when i run app in simulator then missing separator line like the following screenshot.
How to solve this issue.Please help me
Upvotes: 1
Views: 723
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