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
Post a Comment