ios - UIModalPresentationFormSheet covers full screen? -


might duplicate of have searched did not solution posting.

 mirevealcontroller *reveal = [[self navigationcontroller] revealcontroller];     [reveal showviewcontroller:[reveal frontviewcontroller]];     reveal.frontviewcontroller.modalpresentationstyle = uimodalpresentationformsheet;     [reveal.frontviewcontroller presentviewcontroller:viewcontroller animated:yes completion:nil]; 

please, me out.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -