cauliframework / cauli

Debug Networking
https://cauli.works
MIT License
28 stars 5 forks source link

When returning to the search page, the UISearchBar in the inspector covers the first result #144

Closed brototyp closed 5 years ago

brototyp commented 5 years ago

Reproduction:

Expected Behavior:

Observer Behavior:

brototyp commented 5 years ago

I just tried to reproduce this in a different project and it didn't work anymore. I'll have a check again to see what a reproduction might be.

brototyp commented 5 years ago

Alright. I found a reproduction. The issue is that the host app did set UINavigationBar.appearance().isTranslucent = false. I will try to find the reason for the glitch.