Skip to content

Commit

Permalink
Update 2015_08_09.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekavouras committed Aug 10, 2015
1 parent fa38b41 commit 00664c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lessons/week-4/2015_08_09.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ https://developer.apple.com/library/ios/documentation/iPhone/Reference/UIPickerV
> * Head over to `CQColorPickerViewController.h`. Create a new property: `@property (nonatomic, weak) id<CQColorPickerViewControllerDelegate>delegate;`. This is creating a property of type `id` called `delegate`. The stuff in the <> is saying that this object must conform to the `CQColorPickerViewViewControllerDelegate`.
> * In `CQColorTableViewController.m`, import `CQColorPickerViewControllerDelegate`. Make `CQColorTableViewController` conform to the `CQColorPickerViewControllerDelegate` protocol and implement the one method that we created, `colorPickerViewController:didPickColor:`

0 comments on commit 00664c2

Please sign in to comment.