mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-11 21:51:28 -06:00
UIBarButtonItemStyleBordered deprecation fix
This commit is contained in:
parent
c2d63ec443
commit
4c0d6cf665
@ -199,7 +199,7 @@
|
||||
UIBarButtonItem *textFieldButton = [[[UIBarButtonItem alloc]
|
||||
initWithCustomView:textField_] autorelease];
|
||||
UIBarButtonItem *sendButton = [[[UIBarButtonItem alloc]
|
||||
initWithTitle:@"Send" style:UIBarButtonItemStyleBordered
|
||||
initWithTitle:@"Send" style:UIBarButtonItemStyleDone
|
||||
target:self action:@selector(onSend)] autorelease];
|
||||
NSArray *array = [NSArray arrayWithObjects: textFieldButton, sendButton,
|
||||
(char *)NULL];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user