Skip to content

Commit

Permalink
Litle bug fixess
Browse files Browse the repository at this point in the history
  • Loading branch information
kanibek committed May 26, 2012
1 parent 3f923c1 commit 9d408c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions FacebookChat/MasterViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -347,13 +347,13 @@ - (void)controllerDidChangeContent:(NSFetchedResultsController *)controller
[self.tableView reloadData];
}
*/
/*

- (void)configureCell:(UITableViewCell *)cell atIndexPath:(NSIndexPath *)indexPath
{
//NSManagedObject *managedObject = [self.fetchedResultsController objectAtIndexPath:indexPath];
//cell.textLabel.text = [[managedObject valueForKey:@"timeStamp"] description];
}
*/

/*
- (void)insertNewObject
{
Expand Down
4 changes: 3 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ To cache messages, conversations used Core Data.

(1) Implement Delete message in ChatViewController.
(2) Facebook, local Database synchronization.
(3) Notification badges if we in another ViewController;
(4)

(3) In new branch MagicalRecord we will use more easy way of Core Data,
(5) In new branch MagicalRecord we will use more easy way of Core Data,
Magical Record: https://github.com/magicalpanda/MagicalRecord

Also
Expand Down

0 comments on commit 9d408c4

Please sign in to comment.