UISearchBar And UISearchBarTextField heigh on different IOS versions

145 Views Asked by At

I have used a UISearchbar in a controller. When I test it in IOS 13 UISearchBar height is 56 and UISearchBarTextField heigh is 36 but When I test in IOS 10.3 UISearchBar heght is 44 and TextField height is 28. I want to make it same in all versions.How can I do it?

enter image description here

IOS 10.3 preview

enter image description here

IOS 13 preview

1

There are 1 best solutions below

0
vamsikrishna On

If you want same height in all devices then fix height constraint to UISearchBar