#import "ViewController.h"
#define kScreenW [UIScreen mainScreen].bounds.size.width
#define kScreenH [UIScreen mainScreen].bounds.size.height
@interface ViewController ()
@property (nonatomic,strong)NSMutableArray *datalist;
@property (nonatomic,strong)UITableView *tableView;
@property (weak, nonatomic) IBOutlet UITextField *field;
@end
@implementation ViewController
- (IBAction)done:(UIButton *)sender {
//將輸入框中的文字轉(zhuǎn)化成數(shù)字
NSInteger row = [_field.text integerValue];
//通過row 和 section 創(chuàng)建 indexPath
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:row inSection:0];
/**
*單元格的滑動定位方式
UITableViewScrollPositionNone,
UITableViewScrollPositionTop,
UITableViewScrollPositionMiddle,
UITableViewScrollPositionBottom
*/
//滑動到指定單元格并附帶動畫
[_tableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionTop animated:YES];
}
//插入新的數(shù)據(jù)
- (IBAction)insert:(UIButton *)sender {
[_datalist insertObject:@"插入的新數(shù)據(jù)!" atIndex:0];
//刷新表視圖
[_tableView reloadData];
NSLog(@"%@",_datalist);
}
//把cells 打印出來
- (IBAction)visibleCells:(UIButton *)sender {
NSArray *cells = [_tableView visibleCells];
NSLog(@"cells:%@",cells);
}
- (void)viewDidLoad {
[super viewDidLoad];
//背景顏色
self.view.backgroundColor = [UIColor yellowColor];
//
_tableView = [[UITableView alloc]initWithFrame:CGRectMake(0, 64, kScreenW, kScreenH-64) style:UITableViewStylePlain];
_tableView.dataSource = self;
_tableView.delegate = self;
[self.view addSubview:_tableView];
//把字體名字放入可變數(shù)組中
_datalist = [NSMutableArray arrayWithArray:[UIFont familyNames]];
/*__________ 表視圖方法 _____________________________________________________*/
//1.刷新表視圖:當(dāng)數(shù)據(jù)源發(fā)生更改的時候
[_tableView reloadData];
//2.獲取當(dāng)前顯示的cell
// NSArray *cells = [_tableView visibleCells];
//
// NSLog(@"cells:%@",cells);
//2??索引相關(guān)
//3.獲取當(dāng)前顯示的cell的indexpath
NSArray *indexPath = [_tableView indexPathsForVisibleRows];
//4.獲取當(dāng)前被選中的cell們的索引們
// NSArray *iPs = [_tableView indexPathsForSelectedRows];
//5.獲取內(nèi)容視圖上某個矩形區(qū)域內(nèi)的索引們
// NSArray *iPs = [_tableView indexPathsForRowsInRect:CGRectMake(CGFloat x, CGFloat y, CGFloat width, CGFloat height)];
//6.獲取指定單元格的索引
// NSIndexPath *indexPath = [_tableView indexPathForCell:(nonnull UITableViewCell *)];
//7.獲取指定點所在單元格的索引
// NSIndexPath *ip = [_tableView indexPathForRowAtPoint:(CGPoint)];
//8.獲取選中單元格的索引
// NSIndexPath *sip = [_tableView indexPathForSelectedRow];
//3??
//9.表視圖滑動到指定的單元格
// [_tableView scrollToRowAtIndexPath:(nonnull NSIndexPath *) atScrollPosition:(UITableViewScrollPosition) animated:(BOOL)];
}
#pragma mark --UITableViewDataSource
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
return _datalist.count;
}
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
static NSString *identy = @"cell";
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:identy];
if (cell == nil) {
cell = [[UITableViewCell alloc]initWithStyle:UITableViewCellStyleDefault reuseIdentifier:identy];
}
cell.textLabel.text = [_datalist objectAtIndex:indexPath.row];
return cell;
}
@end
Day.03.03 UITableView 表視圖方法
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
- 文/潘曉璐 我一進店門援制,熙熙樓的掌柜王于貴愁眉苦臉地迎上來锨用,“玉大人,你說我怎么就攤上這事隘谣。” “怎么了?”我有些...
- 文/不壞的土叔 我叫張陵寻歧,是天一觀的道長掌栅。 經(jīng)常有香客問我,道長码泛,這世上最難降的妖魔是什么猾封? 我笑而不...
- 正文 為了忘掉前任,我火速辦了婚禮噪珊,結(jié)果婚禮上晌缘,老公的妹妹穿的比我還像新娘。我一直安慰自己痢站,他們只是感情好磷箕,可當(dāng)我...
- 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著阵难,像睡著了一般岳枷。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上呜叫,一...
- 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼维蒙!你這毒婦竟也來了掰吕?” 一聲冷哼從身側(cè)響起,我...
- 正文 年R本政府宣布蝙搔,位于F島的核電站缕溉,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏吃型。R本人自食惡果不足惜证鸥,卻給世界環(huán)境...
- 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望勤晚。 院中可真熱鬧枉层,春花似錦、人聲如沸赐写。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽血淌。三九已至矩欠,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間悠夯,已是汗流浹背癌淮。 一陣腳步聲響...