George L
George L

Reputation: 1738

UITextField placeholder and text not aligned in iOS9

I have a simple UITextField (center aligned) I placed using storyboards, with a standard font. For some reason as soon as I start typing the text renders in a different spot from the placeholder text.

This is on iOS9 running on Yosemite (XCode V7.0)

placeholder image text image

Upvotes: 1

Views: 428

Answers (1)

George L
George L

Reputation: 1738

Seems like some issue with storyboards occurred. I redid this view, and now it works fine. Strange.

Upvotes: 1

Related Questions