0

How can i draw lines on UITextView and set text accordingly. I got this idea from this link. But not clear how to implement this thing. I don't have much experience in this. Please guide for above. Thanks in advance.

Community
  • 1
  • 1
ios7
  • 98
  • 1
  • 10

1 Answers1

0

It uses NSLayoutManagerDelegate, that is used in ios7. For iOS 7, the styleString approach no longer works. You have to use NSLayoutManagerDelegate, it is easy to use. check this link.

Community
  • 1
  • 1
iPhone Programmatically
  • 1,211
  • 2
  • 22
  • 54