Im searching sliding panel from the bottom like the control center from ios? But with a little height. Basically is a typical reveal panel but not from the typical right/left edges. Anything like this for android: https://github.com/umano/AndroidSlidingUpPanel
Asked
Active
Viewed 1,236 times
3
-
what work have you done searching for how to do such a thing? what have you tried? – bshirley Feb 26 '15 at 17:31
-
maybe I'm misunderstanding what you're asking for, but just add a view to your view controller with y=screen.height, then animate to where ever you want the new y to be. – Mike M Feb 26 '15 at 17:51
-
I searched on cocoacontrols.com and also in google – Godfather Feb 27 '15 at 06:44
-
1see http://stackoverflow.com/questions/21849032/android-sliding-up-view or http://stackoverflow.com/questions/21849032/android-sliding-up-view or whatever panel you find that appears from the left/right – Godfather Feb 27 '15 at 06:46