SFHidesOnSwipe 1.0.3

SFHidesOnSwipe 1.0.3

测试已测试
Lang语言 Obj-CObjective C
许可证 MIT
发布上次发布2016年11月

sofach 维护。



  • sofach

SFHidesOnSwipe (支持 ios5 及以上)

将隐藏滑动添加到视图

用法

- (void)viewWillAppear:(BOOL)animated {
    [super viewWillAppear:animated];
    [yourview sf_hidesOnSwipeScrollView:yourscrollview fromFrame:orignFrame toFrame:finalFrame];
}

- (void)dealloc { // 由于有监听scroll,这里必须设置滑动的scrollview为nil,从而取消监听
    [yourview sf_hidesOnSwipeScrollView:nil fromFrame:orignFrame toFrame:finalFrame];
}

享受它