// ãã¼ã¿ã½ã¼ã¹æ° - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { return self.items.count; } // ã»ã«çæ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { NSString *identifier = @"cell"; // 使ãåãã»ã«ã®åå¾ã試ã¿ã UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:identifier]; // ã»ã«ãæ°ãã«çæ if (!cell) { //
{{#tags}}- {{label}}
{{/tags}}