AYPanel icon indicating copy to clipboard operation
AYPanel copied to clipboard

A library to imitate the iOS 10 Maps UI in Objective-C. Smooth transition from moving the drawer to scrolling the list.

AYPannel

inspired by Pulley

preview:

TODO:

  • [X] pass through touch to scroll view.
  • [X] 向下滑动时,不顺滑问题(需要滑动两次)
  • [X] 主视图接受时间传递,drawer透传事件给主视图
  • [X] 与drawer内部scrollview(tableview, collectionview)解耦方便后续使用
  • [X] 外界可动态定制部分展示的高度
  • [X] 适配iPhone X
  • [X] 黑色蒙层添加
  • [X] 阴影和圆角
  • [X] blurView添加
  • [X] 代码整理
  • [X] 增加分级拉动,多级,单级
  • [X] 顺滑拖动
  • [X] 支持外部定制drawer view样式

TODO: ISHPullUp