In my app i need to have a UISearchBar inside a cell.
Everything works fine, except in the iPhone6. Where lines appear in the search´s background.
Any idea why this and only in the iPhone6´s model? My configuration is:
- Search Style: Prominent
- Bar Style: Default
- Translucent:NO
- BarTint:WhiteColor
If i change the style of the searchbar to minimal it removes the lines, but also it mess my custom colors. The solution i found was to add a clear color to the backgroundImage and set the desired color:
It´s work now, but i still don't have a explanation to this strange behavior only on the iPhone6. Any better solution or advise will be well receive. Thanks