摘要: 1.获得键盘高度(UIView *)keyboardViewNotepad;{ NSArray *windows = [self windows]; for (UIWindow *window in [windows reverseObjectEnumerator]) { for (UIView *view in [window subviews]) { if (!strcmp(object_getClassName(view), "UIPeripheralHostView") || !strcmp(object_getCla... 阅读全文
posted @ 2012-11-23 20:00 Kristen 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 小细节: 1. All the cells that are visible in the Table have its one UITableViewCell. 2. The UITableView only put cells in the reusable queue when they go outside the visual window. 3. In the first time, all the visible cells in the table are loaded using the Nib file (7,8, 10 times, depending on the .. 阅读全文
posted @ 2012-11-23 11:33 Kristen 阅读(293) 评论(0) 推荐(0) 编辑