From fc1b046b7f2327cdea24d1fb520055ae4a474bed Mon Sep 17 00:00:00 2001 From: Tim Davies Date: Sat, 4 Feb 2017 13:07:03 +0000 Subject: [PATCH] Added comments --- TDBadgedCell/TDBadgedCell.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TDBadgedCell/TDBadgedCell.swift b/TDBadgedCell/TDBadgedCell.swift index 81a3536..dd815df 100644 --- a/TDBadgedCell/TDBadgedCell.swift +++ b/TDBadgedCell/TDBadgedCell.swift @@ -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