SwipeTableView
SwipeTableView copied to clipboard
iOS10出现左右滑动headView位置错乱问题。
A界面上拉至headView消失,滑动到B的时候headView又出现了 ,用的是cocodPods,上面还是1.0,怎么样尽快修改这个问题。
cocopods已经是0.2.6了
尝试 pod update SwipeTableView
或者先 pod setup
之后再更新pod
Specs satisfying the SwipeTableView (~> 0.2.6)
dependency were found, but they required a higher minimum deployment target.
不支持7.0~.~
你cocopods什么版本啊?
$ pod --version 1.1.0.rc.2 $ pod update SwipeTableView Installing SwipeTableView 0.1 (was 0.1.1)
搞定了,是因为platform :ios, '6.0' 这里还是6.0