File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pod 'LLSegmentViewController'
2121- 1、继承LLSegmentBaseItemView;
2222- 2、实现LLSegmentBaseItemView以下方法(有些方法可实现可不实现)
2323
24- ```
24+ ``` Swift
2525// 1、设置标题
2626public func titleChange (title :String )
2727// 2、滚动时会调用这个方法,percent的取值范围是0...1
@@ -36,11 +36,11 @@ public func setSegmentItemViewStyle(itemViewStyle:LLSegmentItemViewStyle)
3636
3737### 详情页效果预览
3838
39- 说明 | Gif | Code |
40- ----|-------|----|
41- 个人中心头部放大 | <img src =" Screenshot/detail/personCenter.gif " width =" 355 " height =" 630 " > | ` override func scrollView(scrollView: LLContainerScrollView, dragToMinimumHeight progress: CGFloat) { \n self.progress = progress \n customNavBar.alpha = progress \n} ` |
42- 个人中心列表刷新 | <img src =" Screenshot/detail/personCenterListRefresh.gif " width =" 355 " height =" 630 " > | ` ` |
43- 商品详情 | <img src =" Screenshot/detail/goodsDetail.gif " width =" 355 " height =" 630 " > | ` ` |
39+ 说明 | Gif |
40+ ----|-------|
41+ 个人中心头部放大 | <img src =" Screenshot/detail/personCenter.gif " width =" 385 " height =" 630 " > |
42+ 个人中心列表刷新 | <img src =" Screenshot/detail/personCenterListRefresh.gif " width =" 385 " height =" 630 " > |
43+ 商品详情 | <img src =" Screenshot/detail/goodsDetail.gif " width =" 385 " height =" 630 " > |
4444
4545### 指示器效果预览
4646
You can’t perform that action at this time.
0 commit comments