我的页面顶部有一个imageView。
imageView
我希望在拖动我的notification bar时使用类似于iPhone中的默认滚动框的转换。
notification bar
有人能帮我创造类似的过渡吗?
发布于 2015-03-27 08:36:27
为了实现像转换这样的iOS通知,您只需要以您想要的方式修改https://github.com/crocodella/PullableView中的代码。
https://stackoverflow.com/questions/29205212
相似问题