Skip to content

Commit 1b78f83

Browse files
committed
更新readme
1 parent 9b18be2 commit 1b78f83

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pod 'LLSegmentViewController'
2121
- 1、继承LLSegmentBaseItemView;
2222
- 2、实现LLSegmentBaseItemView以下方法(有些方法可实现可不实现)
2323

24-
```
24+
```Swift
2525
//1、设置标题
2626
public 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

0 commit comments

Comments
 (0)