From 7e89d86d136995ee126906572685648c712b2831 Mon Sep 17 00:00:00 2001 From: Christopher Wendel Date: Fri, 6 Dec 2013 17:06:46 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97e357a..399efa8 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ return cell; } ``` -###Custom Table View Cells +###Custom Table View Cells (Thanks to [Matt Bowman](https://github.com/MattCBowman)) The first step is to design your cell either in a standalone nib or inside of a table view using prototype cells. Make sure to set the custom class on the From 5d3c6c5fdabd6b33fabc4a5781e634c50e355d8b Mon Sep 17 00:00:00 2001 From: Christopher Wendel Date: Fri, 6 Dec 2013 17:08:41 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 399efa8..6ef3fc1 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,9 @@ return cell; } ``` -###Custom Table View Cells (Thanks to [Matt Bowman](https://github.com/MattCBowman)) +###Custom Table View Cells + +Thanks to [Matt Bowman](https://github.com/MattCBowman) you can now create custom table view cells using Interface Builder that have the capabilities of an SWTableViewCell The first step is to design your cell either in a standalone nib or inside of a table view using prototype cells. Make sure to set the custom class on the