我正在使用 UIActivity 指示器作为 UItableviewfooter,我的代码显示在这里
spinner = [[UIActivityIndicatorView alloc]initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleGray];
spinner.frame=CGRectMake(0, 0, 310, 44);
[spinner startAnimating];
self.myTableView.tableFooterView=spinner;
这在模拟器中运行良好,但是当我在设备中运行它时,活动指示器似乎根据单元格尺寸在两个轴上拉伸。