You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Nick, I used UITableView inside iCarousel View. UITablview loaded successfully.But When I reload tableview the app get crashed. I think it release tableview after loading, As the last tableview reload successfully. Also I didn't use if(view == nil ) {} condition. Everytime i create new view and uitableview.
Hi Nick, I used UITableView inside iCarousel View. UITablview loaded successfully.But When I reload tableview the app get crashed. I think it release tableview after loading, As the last tableview reload successfully. Also I didn't use if(view == nil ) {} condition. Everytime i create new view and uitableview.
view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height)];
_tblView = [[UITableView alloc]initWithFrame:self.view.frame style:UITableViewStylePlain];
Please help me to resolve this issue.
The text was updated successfully, but these errors were encountered: