2016-05-04 7 views

Antwort

0

Sie können so etwas tun,

textView.textColor = [UIColor orangeColor]; 

UIFontDescriptor * fontD = [textView.font.fontDescriptor fontDescriptorWithSymbolicTraits:UIFontDescriptorTraitBold | UIFontDescriptorTraitItalic ]; 

textView.font = [UIFont fontWithDescriptor:fontD size:0]; 

size:0 Mittel dieses

Hoffnung ‚die Größe zu halten wie‘ wird helfen :)