Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gimenete committed Sep 12, 2011
1 parent 0d0001a commit d01ce4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IOSBoilerplate/RootViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
} else if (indexPath.section == 1) {
switch (indexPath.row) {
case 0:
cell.textLabel.text = @"Variable cell height";
cell.textLabel.text = @"Variable-height cells";
cell.detailTextLabel.text = @"Implements a FastCell with variable height";
break;

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Is a code base for iOS projects. Current version provides

- BaseViewController with methods for secure handling of async http requests
- ImageManager: a class for downloading images asynchronously
- FastCell (inspired on [Atebits implementation](http://nickharris.wordpress.com/2010/06/17/fast-uitableviewcell-with-a-uiwebview/)) is a base class for implementing custom UITableViewCells with fast scrolling.
- FastCell (inspired on [Atebits implementation](http://blog.atebits.com/2008/12/fast-scrolling-in-tweetie-with-uitableview/)) is a base class for implementing custom UITableViewCells with fast scrolling.
- DictionaryHelper: an NSDictionary helper with methods for safe handling of collections
- StringHelper: an NSString helper with methods for manipulating NSStrings. Including: trim, sha1 and urlEncode method.
- DataHelper: an NSData helper with one method: hexString. It is used inside StringHelper to calculate the sha1 hash hexstring representation of a given string
Expand Down

0 comments on commit d01ce4c

Please sign in to comment.