DDSlidingPanels

授权协议 MIT
开发语言 Objective-C
所属分类 iOS代码库、 视图切换(View Transition)
软件类型 开源软件
地区 不详
投 递 者 庞乐池
操作系统 iOS
开源组织
适用人群 未知
 软件概览

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