RITL / RITLSimilarZHPullDownDemo

类似知乎上下滑动切换视图实现
18 stars 2 forks source link

if pullDownItems.count == 1 also can pull up #1

Closed broccolii closed 8 years ago

broccolii commented 8 years ago

add some code in YSimilarZHPullDownMainView.swift

func similarZHPullDownView(similarZHPullDownView: SimilarZHPullDownView, pullType: PullType) {          
if pullDownItems.count == 1 {
            return
        }
}
RITL commented 8 years ago

@broccolii Thanks..O(∩_∩)O