How to create a MultiLineTableHeader?

Hi


How to create a table with 2 lines of header in OS X application using Objective C. if we resize the window, the part of text which does not fit in the first line should be wrapped to second line.


Thanks

Replies

Could you set the textLabel of the cell :


theLabel.lineBreakMode = .byWordWrapping


have a look here


h ttps://stackoverflow.com/questions/9397940/programmatically-make-a-multi-line-label