File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
ChromaColorPicker-Demo.xcodeproj/project.xcworkspace/xcuserdata/jcardasi.xcuserdatad Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2525import UIKit
2626
2727public 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 */
2929 func colorPickerDidChooseColor( colorPicker: ChromaColorPicker , color: UIColor )
3030}
3131
@@ -185,7 +185,6 @@ public class ChromaColorPicker: UIControl {
185185 self . updateHexLabel ( )
186186 }
187187
188-
189188 func addButtonPressed( sender: ChromaAddButton ) {
190189 //Do a 'bob' animation
191190 UIView . animateWithDuration ( 0.2 ,
@@ -249,7 +248,7 @@ public class ChromaColorPicker: UIControl {
249248
250249
251250 //MARK: - Layout Updates
252- /* re -layout view and all its subview and drawings */
251+ /* Re -layout view and all its subview and drawings */
253252 public func layout( ) {
254253 self . setNeedsDisplay ( ) //mark view as dirty
255254
You can’t perform that action at this time.
0 commit comments