摘要:
UISegmentedControl 修改字体大小 和 颜色大小: UIFont *font = [UIFont boldSystemFontOfSize:14.0f]; NSDictionary *attributes = [NSDictionary dictionaryWithObject:font forKey:UITextAttributeFont]; [sortListSeg setTitleTextAttributes:attributes ... 阅读全文
posted @ 2014-01-16 21:36
cocoajin
阅读(10128)
评论(0)
推荐(0)
摘要:
UITableView Scroll to top 手动设置tableview 滚动到 顶部[mainTableView scrollRectToVisible:CGRectMake(0,0,1,1) animated:YES];[mainTableView setContentOffset:CGPointZero animated:YES];参考:http://stackoverflow.com/questions/724892/uitableview-scroll-to-the-tophttp://stackoverflow.com/questions/19243177/how-to-sc 阅读全文
posted @ 2014-01-16 09:09
cocoajin
阅读(2735)
评论(0)
推荐(0)
浙公网安备 33010602011771号