posted @ 2014-05-29 15:47 0304 阅读(291) 评论(0) 推荐(0)
摘要:
http://www.mattdipasquale.com/blog/2010/11/02/how-to-add-multiple-uibarbuttonitems-to-uinavigationbar/实现这种效果How to Add Multiple UIBarButtonItems to UI... 阅读全文
摘要:
http://www.cocoachina.com/applenews/devnews/2014/0527/8570.htmlhttps://developer.apple.com/library/ios/documentation/Cocoa/Reference/ObjCRuntimeRef/Re... 阅读全文
posted @ 2014-05-27 15:37 0304 阅读(103) 评论(0) 推荐(0)
摘要:
http://www.cocoachina.com/newbie/basic/2014/0524/8536.html 阅读全文
posted @ 2014-05-24 21:03 0304 阅读(119) 评论(0) 推荐(0)
摘要:
http://www.cocoachina.com/applenews/devnews/2014/0514/8418.html 阅读全文
posted @ 2014-05-17 18:55 0304 阅读(170) 评论(0) 推荐(0)
摘要:
Notice in Figure 22.2 that each view has a layer and each view is its layer’s delegate. We’ll come back to the delegate relationship later in the chap... 阅读全文
posted @ 2014-04-16 16:31 0304 阅读(147) 评论(0) 推荐(0)
摘要:
NSValue valueWithNonretainedObjecthttp://stackoverflow.com/questions/8748736/weak-object-in-an-nsdictionaryhttp://stackoverflow.com/questions/3618479/... 阅读全文
posted @ 2014-04-16 11:34 0304 阅读(305) 评论(0) 推荐(0)
摘要:
// Create a new popover controller that will display the imagePicker imagePickerPopover = [[UIPopoverController alloc] initWithContentViewController:imagePicker]; [imagePickerPopover setDelegate:self]; // Display the popover controller; sender// is the camera bar button item[imagePickerPopover prese 阅读全文
posted @ 2014-04-01 21:52 0304 阅读(278) 评论(0) 推荐(0)
摘要:
注意属性都是weak// Load the NIB fileUINib *nib = [UINib nibWithNibName:@"HomepwnerItemCell" bundle:nil];// Register this NIB which contains the cell[[self tableView] registerNib:nib forCellReuseIdentifier:@"HomepwnerItemCell"];// Get the new or recycled cell HomepwnerItemCell *cell = [ 阅读全文
posted @ 2014-03-30 21:23 0304 阅读(174) 评论(0) 推荐(0)
摘要:
有条虚线,防止循环引用可以在android上实现自己的UINavigationController,主要考虑设计这块,使代码清晰。 阅读全文
posted @ 2014-03-30 18:27 0304 阅读(217) 评论(0) 推荐(0)
摘要:
core data 中对象的插入,详情请看:http://stackoverflow.com/questions/10732785/inserting-a-new-managed-object-in-core-data文章中又引出的一片文章:http://stackoverflow.com/questions/3868514/is-there-a-way-to-instantiate-a-nsmanagedobject-without-inserting-it 阅读全文
posted @ 2014-03-29 11:01 0304 阅读(140) 评论(0) 推荐(0)
浙公网安备 33010602011771号