File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -332,13 +332,13 @@ extension YourNestedPageViewController: NestedPageViewControllerDataSource {
332332
333333### Objective-C 使用方式
334334
335- NestedPageViewController 是用 Swift 编写的,Objective-C 中使用需要做一个桥接 。
335+ NestedPageViewController原本是用OC便写,考虑到swift是主流,于是改成了swift版本,OC工程要使用需要做一个桥接 。
336336
337337示例工程中提供了完整的 Objective-C 桥接示例,可以参考 ` Example/NestedPageExample/Examples-OC ` 目录下的实现。
338338
339339## 性能报告
340340
341- NestedPageViewController在性能方面进行了多项优化,确保在复杂的嵌套滚动场景下仍能保持流畅的用户体验。以下是性能测试的结果 :
341+ NestedPageViewController在性能方面进行了多项优化,确保在复杂的嵌套滚动场景下仍能保持流畅的用户体验。以下demo中4个tab下的性能评测 :
342342
343343### 内存占用
344344<img src =" https://raw.githubusercontent.com/SPStore/NestedPageViewController/master/Assets/memory.png " width =" 600 " alt =" 内存占用 " >
You can’t perform that action at this time.
0 commit comments