Skip to content

Commit b064323

Browse files
Merge pull request #20 from orthographic-pedant/spell_check/background
Fix typographical error(s)
2 parents 8e4c855 + eec2de1 commit b064323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ I've refactored the code that was included in the tutorial, which is is more mea
2424
#Notes on Usage
2525

2626
* If you're using an accessory view via `accessoryType`, that view will automatically be removed and replaced when the cell is opened and closed (respectively).
27-
* If you're using a custom background color for your `myContentView` along with an accessory, remember to set that same color as the backgorund color for the cell itself, or the accessory's going to have a different background color.
27+
* If you're using a custom background color for your `myContentView` along with an accessory, remember to set that same color as the background color for the cell itself, or the accessory's going to have a different background color.
2828
* If you're using a cell from a storyboard or a `.xib`, you have to add a `myContentView` view, and hook up the `NSLayoutConstraint` outlets to the left and right constraints. See the sample project for an example of how to set this up.
2929
* If you're using a cell from a storyboard or a `.xib`, make sure you're sending any calls to the superclass during setup which need `myContentView` to not be `nil` through `awakeFromNib` instead of `initWithCoder:`, since the `IBOutlet` won't be hooked up until `awakeFromNib` has fired.
3030

0 commit comments

Comments
 (0)