0

I don't even know how to make all of the textView bold, but I want to know how to make only a word in the whole text to be like a title (bigger and bold).

mytextview.text = @"Title \n text text text text";  

//I want the "Title" to be bigger and bold

1 Answers1

1

you need to use attributed string and render with core text framework.stackoverflow discussion or you can use cocoanetics core text component DTCoreText.

Community
  • 1
  • 1
Ali Kıran
  • 1,006
  • 7
  • 12