Skip to content

Commit 9b18be2

Browse files
committed
更新readme
1 parent 227d4b4 commit 9b18be2

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
@@ -37,8 +37,8 @@ public func setSegmentItemViewStyle(itemViewStyle:LLSegmentItemViewStyle)
3737
### 详情页效果预览
3838

3939
说明 | Gif | Code |
40-
----|------|------|
41-
个人中心头部放大 | <img src="Screenshot/detail/personCenter.gif" width="355" height="630"> | ` override func scrollView(scrollView: LLContainerScrollView, dragToMinimumHeight progress: CGFloat) { self.progress = progress customNavBar.alpha = progress}` |
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}` |
4242
个人中心列表刷新 | <img src="Screenshot/detail/personCenterListRefresh.gif" width="355" height="630"> | ` ` |
4343
商品详情 | <img src="Screenshot/detail/goodsDetail.gif" width="355" height="630"> | ` ` |
4444

0 commit comments

Comments
 (0)