Skip to content

Commit 4984982

Browse files
committed
Minor revisions
1 parent 7a31815 commit 4984982

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ChromaColorPicker/ChromaColorPicker.swift

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import UIKit
2626

2727
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 */
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

0 commit comments

Comments
 (0)