iOS 7.1 UISearchBar gray view

前端 未结 2 1314
春和景丽
春和景丽 2020-12-11 07:51

I work at an application and I tested today on iOS 7.1. Until now my search bar was normal:

\"iOS

2条回答
  •  温柔的废话
    2020-12-11 08:22

    As @dave noted above, you can just use say:

    searchBar.backgroundImage = [[UIImage alloc] init];
    

    which avoids the need for the category on UIImage incorporated in @Jugale's example.

提交回复
热议问题