博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2010年8月25日

摘要: http://forgecode.net/2010/02/simplifying-nsnumberformatter-use-on-the-iphone-with-objective-c-categories/Simplifying NSNumberFormatter use on the iPhone with Objective-C categoriesTuesday 2nd February... 阅读全文
posted @ 2010-08-25 22:33 Likwo 阅读(3815) 评论(0) 推荐(0) 编辑

摘要: 1. 定义一个方法update2. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(update) name:@"update" object:nil]3. 在要发出通知消息的地方[[NSNotificationCenter defaultCenter] postNotificationName:@... 阅读全文
posted @ 2010-08-25 20:34 Likwo 阅读(1733) 评论(2) 推荐(0) 编辑