You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -55,12 +55,12 @@ To see what you can customize have a look at the [Customization](#customization)
55
55
56
56
## Dependencies
57
57
*[Eureka] 2.x
58
-
*[CLTokenInputView] which is a token view pod
58
+
*[CLTokenInputView] which is a token view pod
59
59
60
60
## Requirements
61
61
62
62
* iOS 8.0+
63
-
* Xcode 8+
63
+
* Xcode 8.3+
64
64
65
65
## Getting involved
66
66
@@ -116,7 +116,7 @@ final class User {
116
116
var id: Int=0
117
117
var name: String=""
118
118
var avatar: String?
119
-
119
+
120
120
// conform to Hashable
121
121
var hashValue: Int {
122
122
return id
@@ -149,7 +149,7 @@ Many things of this row are very similar to the [SuggestionRow] and the [GoogleP
149
149
150
150
### General customization
151
151
152
-
There are several parts of the TokenRow that you can change. First of all, if you want to change the view that contains the tokens then you should have a look at [CLTokenInputView].
152
+
There are several parts of the TokenRow that you can change. First of all, if you want to change the view that contains the tokens then you should have a look at [CLTokenInputView].
153
153
154
154
A thing you must do for each of these rows is provide the options from which the user can choose a token. The conventional way is to specify an array of options to the `options` variable of the row:
155
155
@@ -231,4 +231,4 @@ This can be found in the [CHANGELOG.md](CHANGELOG.md) file.
0 commit comments