Liang

Results 118 comments of Liang

This is a funny bug, I don't known what to say. Because the writer only just copy the code from category of `UIImageView` to the category of `UIImage`. So,bug comes....

This is not support to swift 3.0. Now, this is converted to swift 2.3, and it is Xcode 8 supported.

I am so sorry for bringing you the trouble. This project is just free. I will add a license latter.

这个你加了那个 `ST_PULLTOREFRESH_HEADER_HEIGHT`的宏了吗?

好的,感谢支持。如果有什么问题,欢迎提出。

你好,你的这个问题并不具体,我这边没办法帮你定位问题。你是否添加了异常断点,断点到特定的位置,看看再此之前都走了什么方法,以便查到具体的问题。如果方便,可联系我 :[email protected][email protected]

我还是不明白你的问题是什么,你是自己的tableview中又加了一个tableHeaderView吗?如果是这样的话是不能开启这个define的,因为tableview的tableHeaderView已经被占用了,而这个控件的适用条件就是为了多个滚动视图可以共用一个header的而设计的。 对了,你说demo中设置header也悬停,我能知道你是怎么操作的吗?这个比较重要。因为这种情况实在是太奇怪了

如果你做的tableview是有分区的话,你得用group类型的tableview,因为plain类型的tableview是默认sectionheader悬停的,而且悬停的位置就行contentInset的top位置

谢谢支持。还在不断完善中。 你那个超过屏幕的cell无法上拉是最初提交时忽略的一个问题,现在新版的已经完善了,而且解决了些新的问题

master 就是git 上最新的. 目前还有一些关于 collectionview 的功能在完善,还没有提交代码.这两天就能更新了