Tagged Questions

1
vote
1answer
351 views

UISearchBar display bug: text too far left, overlapping the magnifying glass icon

I have encountered the weirdest display bug with my UISearchBar. Here is my code that works perfectly in another app. (I create the search bar in code because a xib file is not feasible.) searchBar = ...
0
votes
2answers
1k views

Graphical Bugs while programmatically creating UILabel, UITextField, etc

I programmatically created a login view and a table view. Under certain circumstances which i cannot reproduce there occur some strange visual bugs: Text with some letters having a different font ...