liebus
UIToolBar Customize
UIToolbar *toolBar = [[UIToolbar alloc] initWithFrame:CGRectMake(0, 0, 320, 40) ]; UITextField *textField = [[UITextField alloc] initWithFrame:CGRectMake(0, 0, 220, 40) ]; UIBarButtonItem *btnSear = [[UIBarButtonItem alloc] initWithCustomView:textField]; UIBarButtonItem *btnHomePage = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemReply target:self action:@selector(tou..
예전꺼(2014년이전꺼)/iOS
2011. 9. 22. 11:45