- 博客(4)
- 资源 (1)
- 收藏
- 关注
转载 iOS WebView加载本地HTML的方法
NSString *filePath = [[NSBundlemainBundle] pathForResource:path ofType:@"html"]; NSString *htmlString = [NSStringstringWithContentsOfFile:filePath encoding:NSUTF8StringEncodingerror:nil];
2014-10-17 12:17:00 914
原创 iOS中UITextView的默认输入居中,而非顶部的解决办法
UITextView *textView = [[UITextView alloc] init]; [self.view addSubview:textView]; textView.frame = CGRectMake(0, 0, 100, 100); // 自己随便定义 textView.font = [UIFont systemFontOfSize:17.0
2014-10-17 11:00:48 2609
原创 iOS7之后的tableView的group布局header以及footer的section
- (UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section第一个关于hedaer, footer的sec
2014-10-16 16:47:25 1610
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人