Update README.md

Picky spelling fix.
This commit is contained in:
Sam McDonald 2014-12-19 10:14:08 -08:00
parent 6b137fb8ba
commit 0ae0e34642
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ Common Problems
### Using dynamic image size with UITableViewCell
UITableView determins the size of the image by the first image set for a cell. If your remote images
UITableView determines the size of the image by the first image set for a cell. If your remote images
don't have the same size as your placeholder image, you may experience strange anamorphic scaling issue.
The following article gives a way to workaround this issue: