Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdvs committed Feb 4, 2017
1 parent f5726b8 commit fc1b046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TDBadgedCell/TDBadgedCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
import UIKit

/// TDBadgedCell is a table view cell class that adds a badge, similar to the badges in Apple's own apps
/// The badge is generated as image data and drawn as a sub view to the table view sell. This is hopefully
/// most resource effective that a manual draw(rect:) call would be
class TDBadgedCell: UITableViewCell {

/// Badge value
Expand Down

0 comments on commit fc1b046

Please sign in to comment.