DPColorfulTags

colorful tags


License
MIT
Install
pod try DPColorfulTags

Documentation

DPColorfulTags-Swift

tags with different colors in UITableview

Cocoapods Pod License Swift-4.2 Carthage Compatible

alt text

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.