0

Hello Follks,I'm developing one Restaurant App.I want to create a view which float from top to bottom on touch and pan gesture with bouncing,push behaviour,gravity,collision(UIKit Dynamics).Any help will be really appreciated thanks..

I'd like to create a View Like Notification Center in iOS 7 UIView

Sorry for my english

Vaibhav Limbani
  • 777
  • 1
  • 12
  • 29

2 Answers2

0

It appears to be a segmented controlled table. This or this may be of some use to you.

There is a PullableView example on GitHub. For iOS7 like animations, check out UIDynamicAnimator.

You may be able to create a custom transition to a ViewController using this. Or check out this document from Apple about pulling scroll views.

Community
  • 1
  • 1
twodayslate
  • 2,803
  • 3
  • 27
  • 43
  • Please read out my question again.I would like to make a UIView which behaves like Notification Center in iOS 7 like gravity,Push behaviour,Bouncing,Collision,Pan Gesture – Vaibhav Limbani Aug 28 '14 at 06:27
0

have a look on this tutorial, hope it may help :)

Community
  • 1
  • 1
makboney
  • 1,808
  • 1
  • 17
  • 34