jdisho / Papr

🌁 An Unsplash app for iOS
Apache License 2.0
1.15k stars 149 forks source link

Add constraint of height to search bar for iOS 11 #67

Closed pinddFull closed 5 years ago

pinddFull commented 6 years ago

iOS 11~ UISearchBar now has the height equals to 56. If you still want to have UISearchBar as titleView, simply set constraint height to 44 in iOS11~

jdisho commented 5 years ago

Thank you @pinddFull 😊