为了成为自由自在的人而奋斗!
发布时间:2015-10-22 17:41:23
在viewWillAppear的时候设置 UIImage *barImage = [[NDImgServer shareInstance] createImageWithColor:[UIColor colorWithRed:255 green:255 blue:255 alpha:0.1ff]]; [self.navigationController.navigationBar setBackgroundImage:b.........【阅读全文】
发布时间:2015-10-09 15:33:31
+(NSInteger)getDaysFrom:(NSDate *)serverDate To:(NSDate *)endDate<br />{<br /> NSCalendar *gregorian = [[NSCalendar alloc]<br /> .........【阅读全文】
发布时间:2015-09-08 14:48:07
- (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text{<br /> NSInteger maxLength = 200;<br /> <br /> <br /> NSString *appendStr = [textView.text stringByReplacingCharactersInRa.........【阅读全文】
发布时间:2015-02-27 10:46:57
摘自 http://www.open-open.com/lib/view/open1328059700311.html 在UML类图中,常见的有以下几种关系: 泛化(Generalization), 实现(Realization),关联(Association),聚合(Aggregation),组合(Composition),依赖(Dependency)  .........【阅读全文】