You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I have discovered 2 problems in UI7SearchBar. The first one only happens when you add the bar to a view controller programmatically.
A white, rounded rect background as seen in iOS7 is applied to the textfield inside the search bar, but it is still drawn with the iOS6 style simultaneously.
The current tint color is not reflected in the cancel button after focusing the search bar's text field
iOS6 + UI7Kit
iOS7
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have discovered 2 problems in UI7SearchBar. The first one only happens when you add the bar to a view controller programmatically.
iOS6 + UI7Kit
![ios6searchbar](https://camo.githubusercontent.com/ad1e881d94d0e8cbedd9d1ffbd0c828fd143de558dec82dc4e3002271e634d34/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313438343237332f313635353738392f36643631353834342d356236382d313165332d396638382d6433343237333332373962312e706e67)
![ios7searchbar](https://camo.githubusercontent.com/5eac64496fd5064f546f04711276c826a871b270308273095dc240ba9484c83c/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313438343237332f313635353739302f36643634306165342d356236382d313165332d386133612d6361343236306566383263372e706e67)
iOS7
The text was updated successfully, but these errors were encountered: