这个是选择哪一行的cell,让该行的cell滑到tableView的最底端
NSIndexPath *indexPath = [NSIndexPath indexPathForItem:13 inSection:0]
[tableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionBottom animated:YES]
这个是指定哪一行的cell,让该行cell滑到tableView的最底端 !
字体大小:可以在- (UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row
forComponent:(NSInteger)component reusingView:(UIView *)view
中用label来实现
祝你愉快,满意请采纳哦
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)