ios - Prevent In-Call Status Bar from Affecting View -


is possible prevent in-call status bar affecting app's views?

i in-call status bar ideally appear on top of view , not affect frame (neither changing height nor changing origin , pushing view down).

is possible?

answering own question, best solution able find manually change main view's frame start @ origin , have size of entire screen (both width , height). way, receive same effect if use navigation controller example, view remains in place , in-call status bar appears on top of (on different layer, without affecting app view's display).


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -