recherche

Maison  >  Questions et réponses  >  le corps du texte

Objective-c - Le programme se bloque lorsque UITableView est extrait pour être actualisé

Publiez d'abord le code

-(void)api:(NSString*)apiName successWithData:(id)responseData
{
    if ([apiName isEqualToString:kApi_image_list])  //比较apiName是否等于kApi_image_list (isEqualToString是字符串间的比较,==是指针间的比较)
    {
        [self.datas setArray:responseData];
    }
    [self.refreshControl endRefreshing];
    self.refreshControl.attributedTitle=[[NSAttributedString alloc]initWithString:@"下拉刷新"
                                                                       attributes:@{NSForegroundColorAttributeName:[UIColor whiteColor]}];
    [self.tableView reloadData];
    
}

Code d'erreur libc abi.dylib : fin avec une exception non interceptée de type NSException

PHP中文网PHP中文网2770 Il y a quelques jours512

répondre à tous(0)je répondrai

Pas de réponse
  • Annulerrépondre