DPColorfulTags-Swift
tags with different colors in UITableview
Usage
// 1. data source
Create Array of DPTagsViewModel, set it as datasource for UITableView
// 2. cell bind data & action
Bind data in "cellForRowAt" function, meanwhile set tap action call back.
