anyone know how to implement something like a viewController no full screen just like when we tap in search in the iPhone ?
I want that when the user make an swipe up a viewController (half height) be showed.
No segue !! I would like that the old view controller be showed at the same time.
Thanks in advance
anyone know how to implement something like a viewController no full screen just like
Share
I Add this type of functionality for whole project, i add the QRView in window so user swip up the view from any view of project…
See the Example of my code..
Just set the
UISwipeGestureRecognizerto your second view which you want to present like bellow…and this bellow method called when you swipe up view…
Also just add one
BOOLvariable with nameisViewPopand set it toNOin yourviewDidLoad:method ..i hope this answer helpful for you…