How to style uitableview to create pretty menu

2019-02-26 18:22发布

I've been working on app, that has side-menu. I've been inspired by other apps, and I want my menu to look similar to theirs. Here are some examples (steam app menu, fb menu) FB MenuSteam Menu

Basically my question is, what kind of outlets are used in this menu? My first thought was, that those are tableviews with sections and static cells. However, even if they are tableviews, I've got no idea how to style my tableview that way. All I came up with, was this crappy design :D My menu

I would be very glad, if someone could show me right way :) Thank you guys

2条回答
Animai°情兽
2楼-- · 2019-02-26 19:09

You look on the right path. Unfortunately it is simply down to design aspects and the assets you use.

This project recreates the menu in a very similar way to Facebook's.

查看更多
混吃等死
3楼-- · 2019-02-26 19:16

There are alot of similar open source controls available.

Please check the below links:

  1. SASlidemenu
  2. JWSlidemenu
  3. CHSlidecontroller
  4. NVSlidemenucontroller
  5. DDMenucontroller

SASlider - JWSlider

CHSlider - NVSlider

DDSlider

查看更多
登录 后发表回答