File tree 2 files changed +2
-3
lines changed
ChromaColorPicker-Demo.xcodeproj/project.xcworkspace/xcuserdata/jcardasi.xcuserdatad
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 25
25
import UIKit
26
26
27
27
public protocol ChromaColorPickerDelegate {
28
- /* Called when the user tapps the add button in the center */
28
+ /* Called when the user taps the add button in the center */
29
29
func colorPickerDidChooseColor( colorPicker: ChromaColorPicker , color: UIColor )
30
30
}
31
31
@@ -185,7 +185,6 @@ public class ChromaColorPicker: UIControl {
185
185
self . updateHexLabel ( )
186
186
}
187
187
188
-
189
188
func addButtonPressed( sender: ChromaAddButton ) {
190
189
//Do a 'bob' animation
191
190
UIView . animateWithDuration ( 0.2 ,
@@ -249,7 +248,7 @@ public class ChromaColorPicker: UIControl {
249
248
250
249
251
250
//MARK: - Layout Updates
252
- /* re -layout view and all its subview and drawings */
251
+ /* Re -layout view and all its subview and drawings */
253
252
public func layout( ) {
254
253
self . setNeedsDisplay ( ) //mark view as dirty
255
254
You can’t perform that action at this time.
0 commit comments