0
UIButtonを作成します。 「UISearchBarキャンセルボタン」と同じスタイルです。 "UISearchBarキャンセルボタン"のスタイル設定コードを知りたい。UIButtonと同じスタイルのUISearchBarキャンセルボタンを作成します。
私に教えてください。
cancelButton = [UIButton buttonWithType:UIButtonTypeRoundedRect];
[cancelButton setTitle:@"Cancel" forState:UIControlStateNormal];
[cancelButton setFrame:CGRectMake(0,0,100,30)];
こんにちは ご返信いただきありがとうございます。 UINavigationButtonも考慮しますが、保証はありません。 – treefarm