摘要:1 //隐藏分割线 2 [self setExtraCellLineHidden:_tableView]; 3 //隐藏多余分割线 4 -(void)setExtraCellLineHidden: (UITableView *)tableView 5 { 6 UIView *view = ...
阅读全文
摘要://横向滚动条// [_scrollView setShowsHorizontalScrollIndicator:NO];//纵向滚动条 [_scrollView setShowsVerticalScrollIndicator:NO];
阅读全文
摘要:---恢复内容开始---//字符串连接str3 = [str1 stringByAppendingString:str2];//转为大写[str1 uppercaseString];//转为小写[str1 lowercaseString];//substringToIndex创建一个子字符串NSSt...
阅读全文
摘要://scrollVIew1 //跳到最前2 [_scrollView scrollRectToVisible:CGRectMake(0, 0, self.view.frame.size.width, 10) animated:YES];3 //跳到最后4 [_scrollView scrollRec...
阅读全文