How can I achieve multi-line UILabel inside a UITableView header (not to be confused with view for header in section), with top,left,bottom and right anchors using autolayout programatically ?click here for reference
The grey cells are the table view cells. Above the cells, I need the table view header with the support for multiple lines for both the UILabel [the total area in white background will be the tableview header].
Currently, my UILabel does not go beyond a single line (i have tried setting number of lines property to 0 for multi-line as well).