Hi all,
Got a strange problem here. I am able to get UILabel to render a multiple lines using the following snippet - cell.label.text = @"hihi\nhihi";
But not when I call the same "hihi\nhihi" from Core Data like this - cell.label.text = data.hihi;
data.hihi is contains "hihi\nhihi"