【发布时间】:2015-05-26 03:29:49
【问题描述】:
我的页面顶部有一个imageView。
我想在拖动我的imageView 时使用类似于 iPhone 中默认滚动 notification bar 的过渡。
谁能帮我创建类似的过渡?
【问题讨论】:
-
不明白你在这里说的是哪个过渡。请提供更多详细信息。
标签: ios objective-c iphone ipad uiviewcontroller
我的页面顶部有一个imageView。
我想在拖动我的imageView 时使用类似于 iPhone 中默认滚动 notification bar 的过渡。
谁能帮我创建类似的过渡?
【问题讨论】:
标签: ios objective-c iphone ipad uiviewcontroller
为了实现类似iOS Notification的转换,你只需要按照你想要的方式修改https://github.com/crocodella/PullableView中的代码。
【讨论】: