Skip to content

Commit ff80f21

Browse files
author
乐升平
committed
更新README文件
1 parent 00fae6c commit ff80f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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="内存占用">

0 commit comments

Comments
 (0)