Jiar

Results 46 comments of Jiar

感谢反馈! 关于这一点,在 #14 中有过反馈,已做过[回答](https://github.com/Jiar/SegementSlide/issues/14#issuecomment-483585031)。 我会尝试着去解决,不过目前还没有找到更合适的方案。

这也是一个不错的解决方案。目前我还在思考能不能在`hitTest`中进行辨别,如果实在无法做到,我会使用该方法来实现。或者你可以为此提交一个`pull request`。

@sunpaq 感谢提供的方案,我有进行过认真阅读。但是正如`V3`版本中我针对`Switcher`的处理一样,将`Header`中的某些内容通过代理的方式由外侧来提供实现,可能是更灵活的实现方式。

It is because using `TransparentSlideViewController`, you can view the `TransparentSlideViewController` code, including on the navigationBar processing. If the handling of the navigationBar cannot meet the demand of `TransparentSlideViewController`, can inherit...

Or you can try to modify the way of implementation of `TransparentSlideViewController`, and submit a pull request.😉

感谢反馈! 目前的设定是无法支持`headerView`高度超过屏幕高度的情况的。有尝试去解决,但是目前没并没有找到合适的方案。

Thanks for the feedback, but this should be a special scenario. The framework does not consider the Scroll Disabled scenario in its design. I can't immediately tell what the problem...

Sorry, I haven't tried it and I'm not sure if it's feasible at the moment.

感谢反馈! 你指的是嵌套两层`SegementSlideViewController`的场景是嘛?

十分抱歉,目前的设定应该是无法处理这个问题的。