この問題の手がかりはありますか?
それは私がそれを作成する方法です
//create the textfield
CGRect frameTxt = CGRectMake(10, 12, 280, 30);
txtFavouriteName = [[UITextField alloc] initWithFrame:frameTxt];
txtFavouriteName.clearButtonMode = UITextFieldViewModeWhileEditing;
txtFavouriteName.textColor = [UIColor blueColor];
txtFavouriteName.backgroundColor = [UIColor clearColor];
それが私がそれを適切なテーブルビューセルに追加する方法です
[cell.contentView addSubview:self.txtFavouriteName];
このキャンセルボタンを縦に揃えたい
2番目の質問はおそらくもっと単純なものです。ヘッダーテキストのテキストの色をこの退屈な灰色から聖霊降臨祭に変更するにはどうすればよいですか?
誰か解決策はありますか?