Skip to content

Commit

Permalink
Allows the textField property in CDIKeyboardBar to accept any objects…
Browse files Browse the repository at this point in the history
… (such as UITextField's and UITextView's).
  • Loading branch information
nicolasgomollon committed Sep 30, 2012
1 parent 32ba13b commit 9199915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/CDIKeyboardBar.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@interface CDIKeyboardBar : SSGradientView <UIInputViewAudioFeedback>

@property (nonatomic, weak) UITextField *textField;
@property (nonatomic, weak) id textField;

+ (NSArray *)characters;

Expand Down

0 comments on commit 9199915

Please sign in to comment.