Skip to content

Commit afb3b20

Browse files
committedJan 24, 2016
Update README.md
1 parent 0dc7cab commit afb3b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ I rewrite it. Support reuse card view and pan gesture. You just need to provide
1414
class UICardContainerView : UIView {
1515
var dataSource: CardContainerDataSource?
1616
17-
//If you want to custom these properties, configure them before asign dataSource, and don't change them once you custom them.
17+
//If you want to custom these properties, configure them before assign dataSource, and don't change them once you custom them.
1818
//'needsCardCenterVertically' decide card is center vertically in container, or distance of bottom between card and contaienr is the height of card.
1919
var needsCardCenterVertically: Bool = false
2020
var enableBrightnessControl: Bool = true
@@ -135,4 +135,4 @@ When the container view is vertical to screen, make the subview hidden, and afte
135135
view.layer.transform = flipTransform
136136
})
137137

138-
The animation will not execute and the view just change if you execute above code in an action method, like clip a button. UIView keyFrame animation works fine.
138+
The animation will not execute and the view just change if you execute above code in an action method, like clip a button. UIView keyFrame animation works fine.

0 commit comments

Comments
 (0)