# 悬停 **Repository Path**: xudoubi/hover ## Basic Information - **Project Name**: 悬停 - **Description**: 自定义悬停: 1、在scrollview 上面添加tableview控件; 2、在特定的偏移位置实现悬停; 技术要点: 1、自定义顶层的scrollview,并且实现手势的代理方法(- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer返回yes); 2、scrollview和tableview 的代理方法scrollviewDidScroll里面实现相关的方法;主要是根据canScroll参数进行发送通知和相应的偏移量设置 - **Primary Language**: Objective-C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 悬停 #### Description 自定义悬停: 1、在scrollview 上面添加tableview控件; 2、在特定的偏移位置实现悬停; 技术要点: 1、自定义顶层的scrollview,并且实现手势的代理方法(- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer返回yes); 2、scrollview和tableview 的代理方法scrollviewDidScroll里面实现相关的方法;主要是根据canScroll参数进行发送通知和相应的偏移量设置 #### Software Architecture Software architecture description #### Installation 1. xxxx 2. xxxx 3. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)