Wangling I'm Wang Ling. I'm wangling you.

Archive for September 2011

Zenburn Theme for Xcode 4

如果默认主题让你眼睛疲倦的话,试试 Zenburn。暗色系,低对比度,适合长时间编码。

又一个欺诈 app 团伙

中国 App Store 已全然是无主之地!我对  甚是失望。任骗子卖狗皮膏药,眼看用户上当受骗,难道你愿看他们伤了心,对你失了信,离你而去?何况,不义之财你抽三成,真希望大家说你“分赃”?

Bugs of NSFetchedResultsControllerDelegate Template Code

This is the template code of controller:didChangeObject:atIndexPath:forChangeType:newIndexPath: given by Apple: – (void)controller:(NSFetchedResultsController *)controller didChangeObject:(id)anObject atIndexPath:(NSIndexPath *)indexPath forChangeType:(NSFetchedResultsChangeType)type newIndexPath:(NSIndexPath *)newIndexPath {     UITableView *tableView = self.tableView;             switch(type) {                      case NSFetchedResultsChangeInsert:             [tableView insertRowsAtIndexPaths:[NSArray arrayWithObject:newIndexPath] [...]