SwipeTableView icon indicating copy to clipboard operation
SwipeTableView copied to clipboard

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

Open WangPengShuai opened this issue 8 years ago • 6 comments

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

WangPengShuai avatar Sep 23 '16 12:09 WangPengShuai

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.

WangPengShuai avatar Sep 23 '16 12:09 WangPengShuai

不支持7.0~.~

WangPengShuai avatar Sep 23 '16 12:09 WangPengShuai

你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)

WangPengShuai avatar Sep 24 '16 19:09 WangPengShuai

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

WangPengShuai avatar Sep 24 '16 20:09 WangPengShuai