Sportica   Sportica
摘要: xcode->preferences->text editing->display options->show line numbers 阅读全文
posted @ 2012-08-30 16:40 qingjoin 阅读(246) 评论(0) 推荐(0) 编辑
摘要: //开始触发键盘-(BOOL)textViewShouldBeginEditing:(UITextView *)textView{ return YES;}//在触发键盘之前可以触发一些必要的事件。-(void)textViewDidBeginEditing:(UITextView *)textView{ NSLog(@"Begin");/* UIBarButtonItem *done = [[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemDone target:self.. 阅读全文
posted @ 2012-08-30 14:00 qingjoin 阅读(2854) 评论(0) 推荐(0) 编辑
摘要: //设置tableViewcell里uilabel、图片高度 CGSize tbvContentSizeForheight = [cell.resultNoticeTableContent.text sizeWithFont:cell.resultNoticeTableContent.font]; CGSize tbvContentSizeForLines = [cell.resultNoticeTableContent.text sizeWithFont:cell.resultNoticeTableContent.font constrainedToSize:CGSizeMak... 阅读全文
posted @ 2012-08-30 09:36 qingjoin 阅读(826) 评论(0) 推荐(0) 编辑
  Sportica