xcode - How to drag a View Controller on top of a View Controller? -


i have view controller presented when first open app, , have controller can shown on screen if tap button @ top of screen. however, instead of doing way wondering if can either drag view down or tap button , have animation take care of that.

i have tried doing pageview controller, doesn't show effect wanted translates on next view , doesn't keep initial view fixed in place while second view slides on it.

also, instead of view controller view placed out of bounds in main view controller work? in advance!

you use side menu mmdrawercontroller has 4 type of animations presenting viewcontroller.

or can create custom uiview (not viewcontroller) using interface builder , animate screen yourself. animation can started using uiscreenedgepangesturerecognizer.


Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -