0

そもそも方法がわからないので、コードはありません。

助言がありますか?

4

2 に答える 2

-1

UItableViewを試さない理由が1つ欲しい場合

UITableView *myTableView = [UITableView alloc] init];

デリゲート

- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
于 2014-04-30T15:54:40.523 に答える