Skip to content

Commit

Permalink
Using weak references now, so iOS 5 is required
Browse files Browse the repository at this point in the history
  • Loading branch information
jk committed Nov 12, 2011
1 parent 1916350 commit cd253d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JKAlertPrompt.h
Expand Up @@ -14,7 +14,7 @@
UITextField *textField;
}
@property (nonatomic, strong) UITextField *textField;
@property (unsafe_unretained, readonly) NSString *enteredText;
@property (weak, readonly) NSString *enteredText;

-(id)initWithTitle:(NSString *)title message:(NSString *)message delegate:(id)delegate
cancelButtonTitle:(NSString *)cancelButtonTitle okButtonTitle:(NSString *)okButtonTitle placeholderText:(NSString *)placeholderText;
Expand Down

0 comments on commit cd253d5

Please sign in to comment.