Jiar

Results 46 comments of Jiar

这个其实算是一个问题。用scrollview应该算是一个取巧的方式,我先重新开启这个issues挂着吧。

Hi, I'm sorry for it, it is unsupported currently.

Thanks for your feedback! May I ask what version of SegementSlide you used?

@HyunjoonKo @lumanmann I run the Example under the same environment, but no problem is found. It is better to have a Demo that can reproduce the problem, otherwise it is...

感谢反馈! 其实一开始是打算支持的,但是`BadgeView.swift`文件中定义了一个`enum BadgeType`,这个枚举中的有些值是带内敛值的,比如`.count(_ count: Int)`,这个枚举值附带一个`Int`值。 而想让`objc`使用swift的`enum`,要求该`enum`是`Int`类型的值,比如`enum BadgeType: Int { ... }`。 所以,目前来看,两者是冲突的,如果我想支持`ojbc`,我则需要将`enum`改造,将`enum`中的内敛值抽出来当作单独的属性使用。考虑到本项目是纯`swift`,不想牺牲`swift enum`这一大特性。 这是我想解决的一个问题,但是目前我没想到更好的方式来解决。

👌 支持`objc`的时候,我再来关闭这个`issue`。

我尝试做个兼容,会需要些时间。

感谢反馈! 目前是没有支持的,不过系统本身的右滑返回特性依然是存在的。你提到的方式,也会考虑支持。

Hi, Long press events are not currently supported, it may be added in the future.

Thanks for the feedback. > Is there any way to prevent scroll when internal views are being scrolled like a mapview? Is the mapview in the header or in the...