Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Update ViewController.m
Browse files Browse the repository at this point in the history
made changes to work with simplified code.
  • Loading branch information
Hackmodford committed Jan 6, 2014
1 parent 0707b71 commit 0674824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RFKeyboardToolbarDemo/RFKeyboardToolbar/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ - (void)viewDidLoad

self.title = @"RFKeyboardToolbar";

RFExampleToolbarButton *exampleButton = [RFExampleToolbarButton new];
RFExampleToolbarButton *exampleButton = [RFExampleToolbarButton buttonWithTitle:@"Example"];

This comment has been minimized.

Copy link
@Hackmodford

Hackmodford Jan 6, 2014

Author Contributor

It is because I left the buttonTarget still in. But yes, I would rather remove subclassing altogether and use delegate methods. If you want to go that route I can make the change.


_textView = [[UITextView alloc] initWithFrame:self.view.bounds];

Expand Down

0 comments on commit 0674824

Please sign in to comment.