摘要: m_listView:textview在tableview上,同时需要修改tableview高度//注册观察者 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboarWillShow:) na... 阅读全文
posted @ 2014-07-08 20:12 bluefi 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1.push消息机制细节2.网络请求(网络状况,断点续传)3.UML4.设计模式5.opengl 2.06.ios7 原生条码扫描,二维码7.java自学 阅读全文
posted @ 2014-07-08 18:04 bluefi 阅读(141) 评论(0) 推荐(0) 编辑
摘要: //如果图片大于maxSize,将图片高宽等比例缩放至maxSize- (UIImage *)imageWithConstrainSize:(CGSize)maxSize{ if(self.size.width <= maxSize.width && self.size.height <= max... 阅读全文
posted @ 2014-07-08 14:11 bluefi 阅读(171) 评论(0) 推荐(0) 编辑
摘要: #import @interface CXTextView : UITextView@property (strong, nonatomic) NSString *placeHolder;@property (strong, nonatomic) UIColor *placeHolderColor;... 阅读全文
posted @ 2014-07-08 11:17 bluefi 阅读(277) 评论(0) 推荐(0) 编辑
摘要: - (void)showPopoverAtPoint:(CGPoint)point inView:(UIView *)view withContentView:(UIView *)cView{ //self为弹出内容cView的superview self.boxFrame = cView.fram... 阅读全文
posted @ 2014-07-08 10:40 bluefi 阅读(128) 评论(0) 推荐(0) 编辑