ReuseCellConfigure

MIT License
Swift
iOS

1 image

Author

Description

You can configure ReusableCell without casting! let cell = tableView.dequeueReusableCellWithIdentifier("LeftIconTableViewCell", classForCell: LeftIconTableViewCell.self) { $0.alphabetLabel.text = alphabet $0.randomBackgoundColor() }

Tags