SwipeTableView icon indicating copy to clipboard operation
SwipeTableView copied to clipboard

iOS10出现左右滑动headView位置错乱问题。

Open JackiePS opened this issue 9 years ago • 6 comments

A界面上拉至headView消失,滑动到B的时候headView又出现了 ,用的是cocodPods,上面还是1.0,怎么样尽快修改这个问题。

JackiePS avatar Sep 23 '16 12:09 JackiePS

cocopods已经是0.2.6了 尝试 pod update SwipeTableView 或者先 pod setup 之后再更新pod

liangdrime avatar Sep 23 '16 12:09 liangdrime

Specs satisfying the SwipeTableView (~> 0.2.6) dependency were found, but they required a higher minimum deployment target.

JackiePS avatar Sep 23 '16 12:09 JackiePS

不支持7.0~.~

JackiePS avatar Sep 23 '16 12:09 JackiePS

你cocopods什么版本啊?

liangdrime avatar Sep 23 '16 12:09 liangdrime

$ pod --version 1.1.0.rc.2 $ pod update SwipeTableView Installing SwipeTableView 0.1 (was 0.1.1)

JackiePS avatar Sep 24 '16 19:09 JackiePS

搞定了,是因为platform :ios, '6.0' 这里还是6.0

JackiePS avatar Sep 24 '16 20:09 JackiePS