I have a problem with my swift APP.
In my TableViewCell function i wrote
let cell = tableView.dequeueReusableCellWithIdentifier("Cell", forIndexPath:indexPath) as MyCell
cell.setMyCell(self.data[0]["content"]!)
if i wrote
cell.textAlignment red line appear and say "textAlignment in unavailable: API deprecated"