Avatar
class ResCell: UITableViewCell { static var textViewLeftMargin: CGFloat { return 16 } } class ResCell2: ResCell { /// override static var textViewLeftMargin: CGFloat { return 8 } } これ書いたら,怒られた.static varはoverrideできんと.
1:44 AM
これ間違ってますか?