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
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This value defines the dragging limit of your `barceloneta` object. If the user draggs the view higher than this limit, a rubber effect will apply. The view will go up/down slower than your finger.
117
+
This value defines the dragging limit of your `barceloneta` object. If the user drags the view higher than this limit, a rubber effect will apply. The view will go up/down slower than your finger.
117
118
118
119
```swift
119
120
barcelonetaView.draggingLimit=50.0
120
121
```
121
122
122
123
#### Timer Settings
123
124
124
-
The timerSettings property is an array of bjects, defining the timer interval and incremental value for a specific range.
125
+
The timerSettings property is an array of objects, defining the timer interval and incremental value for a specific range.
125
126
It is required to have at least an object in the timer setting.
126
127
127
128
Depending on the percentage, the matching settings will be applied.
128
129
129
-
A deplacement of 100% corresponds to the draggingLimit.
130
+
A drag of 100% corresponds to the draggingLimit.
130
131
131
132
```swift
132
133
(range:0..<70, timer: 0.3, increment: 1.0)
@@ -145,8 +146,6 @@ If you installed `barceloneta` via CocoaPods and use it with Storyboard/xib, you
145
146
146
147
## TODO
147
148
148
-
- A more Swifty code
149
-
- Unit testing
150
149
- UI Testing
151
150
152
151
## Known issues
@@ -167,7 +166,7 @@ You're looking for an innovative way to increment/decrement values
0 commit comments