Closed codergrl closed 5 years ago
The searchbar isn't centered vertically within the toolbar on iPhone 7 and looks a bit strange. Change the constraints, removing the top=0 constraint and adding a searchbar.centerY = toolbar.centerY constraint to fix it.
Fixed by #44
The searchbar isn't centered vertically within the toolbar on iPhone 7 and looks a bit strange. Change the constraints, removing the top=0 constraint and adding a searchbar.centerY = toolbar.centerY constraint to fix it.