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 Nov 29, 2022. It is now read-only.
We are only using one service and not setting the initialSearchTerm.
Debugging looks like the height of the searchBar is set to 0.
Calling [searchBar sizeToFit] during the DZNPhotoDisplayViewController setup code seems to resolve the problem. Also, obviously just setting the height of the searchbar also resolves the problem. I'm currently working to understand why the two versions of iOS behave differently. But for now I'll probably just use the sizeToFit option.
The text was updated successfully, but these errors were encountered:
We are only using one service and not setting the initialSearchTerm.
Debugging looks like the height of the searchBar is set to 0.
Calling [searchBar sizeToFit] during the DZNPhotoDisplayViewController setup code seems to resolve the problem. Also, obviously just setting the height of the searchbar also resolves the problem. I'm currently working to understand why the two versions of iOS behave differently. But for now I'll probably just use the sizeToFit option.
The text was updated successfully, but these errors were encountered: