2

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

Yanchi
  • 1,030
  • 1
  • 20
  • 31
  • Check this [question](http://stackoverflow.com/questions/7989020/whats-the-best-way-to-develop-a-sideswipe-menu-like-the-one-in-facebooks-new-i) – Youssef Jan 21 '13 at 11:17
  • Ender,thx, but I already checked it.. It concerns only technique of menu coming from the side, which I have already done.. My question is purely of design – Yanchi Jan 21 '13 at 11:29
  • Take a look at the project mentioned by @rossbeale, it looks a good fb menu clone – Youssef Jan 21 '13 at 11:40

2 Answers2

7

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

Midhun MP
  • 103,496
  • 31
  • 153
  • 200
  • Thanks alot for your answer too Midhun, I upvoted it, because you show different styles of tableviews. I however accepted first answer, because it gives me source for same style Im looking for. But thx anyway! – Yanchi Jan 21 '13 at 12:30
5

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.

rossbeale
  • 136
  • 2
  • Thanks alot.. I'll give it a try, although I'm pretty noob at xCode, so without storyboard or xib it will be hard :D – Yanchi Jan 21 '13 at 11:56