iPhone and iPad development
658.8K views | +36 today
Follow
iPhone and iPad development
Tips, Libs and more about iPhone and iPad development and ios
Curated by Vincent Demay
Your new post is loading...
Scooped by Vincent Demay
Scoop.it!

ECSlidingViewController: Customizable sliding view controller container.

ECSlidingViewController:  Customizable sliding view controller container. | iPhone and iPad development | Scoop.it

ECSlidingViewController is a view controller container that manages a layered interface. The top layer anchors to the left or right side of the container while revealing the layer underneath it. This is most commonly known as the "Side Menu", "Slide Out", "Hamburger Menu/Drawer/Sidebar", etc...

Vincent Demay's insight:

✔Source: https://github.com/ECSlidingViewController/ECSlidingViewController


Alex Z. Li's curator insight, January 9, 2014 3:45 PM

nice UI sliding view controll 

Scooped by Vincent Demay
Scoop.it!

PaperFoldMenuController :A navigation menu on the left of the screen using on PaperFold

PaperFoldMenuController :A navigation menu on the left of the screen using on PaperFold | iPhone and iPad development | Scoop.it

PaperFoldMenuController is a UITabBarController replacement, but displays the view controllers in a table view on the left side of the screen. This table view is shown/hidden using PaperFold-for-iOS. Selecting from the menu on the left changes the view controller on the right. PaperFoldMenuController uses view controller containment.

Vincent Demay's insight:

✔Sourceshttps://github.com/honcheng/PaperFoldMenuController

Scooped by Vincent Demay
Scoop.it!

JASidePanels: a nice stackController

JASidePanels:  a nice stackController | iPhone and iPad development | Scoop.it

JASidePanels is a UIViewController container designed for presenting a center panel with revealable side panels - one to the left and one to the right. The main inspiration for this project is the menuing system in Path 2.0 and Facebook's iOS apps.


Vincent Demay's insight:

✔ Sources: https://github.com/gotosleep/JASidePanels

vishal dharmawat's curator insight, March 6, 2013 8:36 AM

a StackController for IOS

vishal dharmawat's curator insight, March 6, 2013 8:36 AM

a StackController for IOS

Scooped by Vincent Demay
Scoop.it!

SWRevealViewController: Yet another StackController

SWRevealViewController: Yet another StackController | iPhone and iPad development | Scoop.it

A UIViewController subclass for presenting two view controllers inspired on the FaceBook app, done right!


Feature

  • Reveal view controller implemented using view controller containment, done right!.
  • API is easier than a UINavigationController.
  • Correctly handles appearance methods on its child controllers that you can rely on.
  • Correctly handles rotations.
  • Can be embedded as a child view controller of other controllers, it just works, no glitches, no interface artifacts, no initialization issues, no rotation or resizing problems.
  • Seamless integration of pan gesture recognizer, behaving as smooth as silk.
  • Includes a category method of UIViewController 'revealViewController' to get the parent SWRevealViewController of any child controller. Similar to the UIViewController's property 'navigationController'.
  • Light weight, Clean, Easy to read, self explaining code you will enjoy using in your projects.


Vincent Demay's insight:

✔Sourceshttps://github.com/Joan-Lluch/SWRevealViewController

vishal dharmawat's curator insight, March 6, 2013 8:37 AM

Another StackController for IOS

Suggested by Marian Paul
Scoop.it!

PPRevealSideViewController

PPRevealSideViewController | iPhone and iPad development | Scoop.it

This is a new controller container, showing views on the side like the Facebook or Path app. It is as easy to use as a navigation controller. Sometimes, you need to push a new controller to show some options, but a small controller would be enough … PPRevealSideViewController is THE controller you need.

Pan and Tap gestures are also included !




Demo Video on Youtube: http://www.youtube.com/watch?v=lsc7RQvyy20


✔ Sources:  https://github.com/ipup/PPRevealSideViewController


No comment yet.
Scooped by Vincent Demay
Scoop.it!

IIViewDeckController

When I saw the new UI in the Path 2.0 app, extending the sliding views UI found in the Facebook app, I wanted to recreate this effect and controller for myself. Mostly as an exercise, but it might come in handy later. A quick prototype was built in one evening, but the finetuning took a few more evenings.


The ViewDeckController supports both a left and a right sideview (in any combination: you can leave one of them nil for example). You can pan the center view to the left or to the right. There's also a bunch of messages defined to open or close each side appropriately.


The class is built so that it augments current navigation technologies found in IOS.


The controller supports rotation, too.


✔ Sources: https://github.com/Inferis/ViewDeck


Scooped by Vincent Demay
Scoop.it!

CLCascade library simple project - CreativeLabs.pl

CLCascade is a library to create twitter-like UI in iPad apps created by CreativeLabs.pl TEAM. If you need any help please contact us at info@creativelabs.pl

This is a beta version of CLCascade library

✔ Sources: https://github.com/creativelabs/CLCascade
No comment yet.
Curated by Vincent Demay
Development Manager @ Scoop.it - http://www.scoop.it
iPad, iPhone and Android developer
Geek :)