The issue is related to the tintColor
of the UITextField
.
The problem can be solved by setting the tintColor of the mainView holding the UITextField
to default
. Since this will affect all subviews in XCode 7.
Anyway this solved my problem and working fine from ios 7 and above.