Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Crash When I reload uitableview inside iCarousel. #877

Open
tarunsachdeva001 opened this issue Feb 21, 2019 · 0 comments
Open

App Crash When I reload uitableview inside iCarousel. #877

tarunsachdeva001 opened this issue Feb 21, 2019 · 0 comments

Comments

@tarunsachdeva001
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant