Frank

Results 28 issues of Frank

Navigation is full customized by users. Thats fine. but is it more convenient that auto-generate by categories?

enhancement
question
feature

**New Tag Support** - [ ] EXT-X-SERVER-CONTROL - [ ] EXT-X-PART - [ ] EXT-X-PART-INF - [ ] EXT-X-SKIP - [ ] EXT-X-RENDITION-REPORT [Getting-Started-with-Low-Latency-HLS-DRAFT.pdf](https://github.com/M3U8Kit/M3U8Parser/files/3319780/Getting-Started-with-Low-Latency-HLS-DRAFT.pdf)

enhancement

YYTextView 嵌套进 UIScrollView (一般是 UITableView)中时, 使用选择功能选择多行数据时同时会触发 UIScrollView 滚动, 导致无法选择多行. 修复这个 bug. 增加了一个嵌套时需要共同响应的属性 `interactiveSuperScrollView`, 设置后, 将会正常屏蔽 UIScrollView 的滚动. ### 鉴于可能导致功能异常的问题, 没有采用自动方案 当然可以更加自动, 检测父 View 为 ScrollView, 但是这样的话, 在复杂逻辑时, 比如父 View 有...

当手动修改 `UIView.appearance().semanticContentAttribute` 从 LTR 变成 RTL 时, 会导致界面全反. 暴露 `CollectionView` 可以通过强行指定 `collectionView.semanticContentAttribute` 恢复界面正常

Universal Link can trigger downloads. If app is opend, everything will be fine. Otherwise, booom! 😵‍💫

- Create a framework project for `Carthage` support. - Refactor demo project with the above framework. - Move doc to docc folder.