You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I tried to change the font for gender field, it says that the gender field doesn't have a key call textField. In this case is there any way that i can still change the font and color for the selected gender that is displayed?
The text was updated successfully, but these errors were encountered:
the font for gender field,i found that this cell is kind of FXFormDefaultCell,and then you can config the cell in the - (NSArray *)fields method like this :
@{FXFormFieldKey: @"gender", FXFormFieldOptions: @[@"Male", @"Female", @"It's Complicated"],
@"detailTextLabel.font": [UIFont systemFontOfSize:12]} . In this way you can change the font and color for the selected gender that is displayed,@Tim77277
For the normal textfield, i was able to change the font and color by using
But when I tried to change the font for gender field, it says that the gender field doesn't have a key call textField. In this case is there any way that i can still change the font and color for the selected gender that is displayed?
The text was updated successfully, but these errors were encountered: