我的快捷APP有问题.
在我写的TableViewCell函数中
let cell = tableView.dequeueReusableCellWithIdentifier("Cell", forIndexPath:indexPath) as MyCell
cell.setMyCell(self.data[0]["content"]!)
Run Code Online (Sandbox Code Playgroud)
如果我写的
cell.textAlignment red line appear and say "textAlignment in unavailable: API deprecated"
Run Code Online (Sandbox Code Playgroud)