iOS horizontal SlideView with vertical menu

2019-01-10 04:22发布

nowadays lots of iOS iPhone application got a vertical menu and sliding views.

It looks like this:

enter image description here

I cannot find any examples in Inernet. Need your help, thnx

标签: ios xcode menu
5条回答
爷、活的狠高调
3楼-- · 2019-01-10 04:43

I made a video (3 parts) on youtube on how to make a sliding menu like the on you are looking for. I show you how to set up the project and get everything linked up.

http://www.youtube.com/watch?v=tJJMyzdB9uI

This uses the ECSlidingViewController, and the setup is a little different than you might expect but it works really well and is very smooth.

I have tested it with navigationcontroller as well so hope this helps!

查看更多
Bombasti
4楼-- · 2019-01-10 04:45

Its explained here pretty much properly step by step those who are interested in doing so without using customised menus can check here :

http://www.raywenderlich.com/32054/how-to-create-a-slide-out-navigation-like-facebook-and-path

查看更多
戒情不戒烟
5楼-- · 2019-01-10 04:53

For iPhone you can use this one : ZUUIRevealController

查看更多
不美不萌又怎样
6楼-- · 2019-01-10 04:54

This looks like a standard UITableView, which, when you click on a row, pushes another view controller's view onto the screen (but you would usually have a disclosure indicator, a ">", not a check mark in the row).

Apple has an example in the docs called TheElements. Have a look at that one and see if that's something like what you want. When you click on an element name in the table it slides another view with more information about that element over the table.

查看更多
登录 后发表回答