How to style uitableview to create pretty menu

徘徊边缘 提交于 2019-12-20 02:59:06

问题


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)

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

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


回答1:


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.




回答2:


There are alot of similar open source controls available.

Please check the below links:

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

-

-



来源:https://stackoverflow.com/questions/14437413/how-to-style-uitableview-to-create-pretty-menu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!