Add side menu on child view of an Ionic side menu app - ionic-framework

I want to add side menu on the child view of my side menu app. How can I possible this task? Can you help me?

you have a lot of examples, just take look on this on hopes it will help you example
for more examples google "code pen ion-side-menus"

Related

how to use check box list inside Ionic Action Sheet?

I'm new to an ionic framework and its components. I am creating a mobile app using Ionic Framework. I like the UX of ActionSheet (Coming up from the bottom with a list of buttons) but it comes only with options of adding buttons. I want to know whether we can use check box list inside Ionic ActionSheet? I have googled it but I didn't find any useful link to do that. Please help me. Thanks in advance.

iphone: facebook/linked in type side menu

Can somebody help me out how can I achieve a Facebook/linked in type side menu. I have achieved a slider view which slides and display menu, now i am not able to figure out how to display screens corresponding to each menu.
I have thought to have multiple navigation controllers corresponding to each menu option and load the navigationcontrollers top viewcontroller on each menu item click.
I dont want to use a 3rd party library for this
Looking forward for the answer.
Thanks
Ankit
You can find a solution at PKRevealController.

Blackberry 10 Left Slider

The menu slider that the menu is popping out from the left side of the screen is awesome.
"I was just trying to see how it can be emulated in my application.
Any one has a clue how it can be achieved?"
I want it to look exactly like on the picture, with menu items on the left.
There is a similar Android Question
You can use TabbedPane for that purpose, having left menu populated with set of Actions. However, usage of TabbedPane means you have to use Tabs.
In your case, you'll most likely have to use Actions menu which pops out from the right side as this complies with Blackberry Design Guidelines and fits your goals as I can see it from the screenshot provided better.

iPhone/iPad custom menu

I was trying to find out how Facebook's application MENU works on iPhone and iPad. Once you press the button at the top left, the main screen moves on the right and the menu appears.
I was trying to create the same menu/effect on xCode but I had no luck.
Do anyone here knows how I can do this? can you redirect me to any website that has that kind of information? Or can you please guide me through on how to make such a menu?
Thanks
the facebook app was created with this open source framework three20
also if you cannot find what you want in the framework, I suggest building your own UI elements inside UIViews, that appear, dissappear as you want,
good luck!

iphone menu like tap tap

hi guys how do I make a menu like the one that tap tap "where to" app uses, (circular menu, that gets highlited when touched)
As I saw in some wwdc video they explain the design behind this app, they explain that the menu was a table that goes to a view before being placed in the circle, so it haves a nav bar after an item has been chosen,
I saw this link designing convertbot, they explain the design for their menu but not the coding or how it works (noob here!)
ok thanks a lot!
I have found something kind of similar
tapsandswipes
using core animation.
Would be possible to roll own menu