iPhone dev: Creating sliding drawers like Path and Facebook apps

前端 未结 10 2658
情歌与酒
情歌与酒 2020-12-12 09:14

The new Facebook app seem to have done away with the grid-icon layout, with a more interesting custom navigation layout where the bottom-most view shows all the options (lik

10条回答
  •  心在旅途
    2020-12-12 10:10

    My project FRLayeredNavigationController on GitHub goes in about the same direction.

    (The spacing between the layers is easily configurable and it supports rotation of course).

    Have a look at the demo videos/screenshots:

    • http://youtu.be/v_tXD_mL05E
    • http://youtu.be/q66HX2td_uc
    • https://github.com/weissi/FRLayeredNavigationController/raw/master/FRLayeredNavigationControllerScreenshot1.png
    • https://github.com/weissi/FRLayeredNavigationController/raw/master/FRLayeredNavigationControllerScreenshot2.png

提交回复
热议问题