UI Deploy

Curated, Short, Web UI Dev we Love.

Open Source Component Providing A Scrolling iOS 7 Control Center Style Slide-In Sidebar Menu

I’ve mentioned a couple of components for creating slide-in side menus with a flat style the most popular of those being RNSidebarMenu.

Here’s a great looking menu component built using UITableView allowing you to present a menu with icons and blurring called BTSimpleSideMenu from Balram Tiwari.

BTSimpleSideMenu opens and closes by swiping the menu in and out, and is easily initialized with a selection of images, and text with callbacks for each menu item.  The built-in scrolling capability is especially nice if you need a large number of menu items.

view source

Advertisement