DDSlidingPanels -


MIT
iOS
Objective-C

软件简介

DDSlidingPanels 主要的目的是为了演示 iOS 6 的新特性:

  • NSLayoutConstraint
  • Animations based on the constraint changes instead of the view.frame changes
  • UIViewController embedding into UIView as seen in Xcode storyboard/xib visual editor, but made purely in the code