iOS App crashing with low memory warning in table view with custom web view cells

385 views Asked by At

As per requirement I am suppose to show table with custom web view cells. User can add manually cells to table. Up to some extent it works fine but when user keeps on adding cells counting more than 15, controller class gets low memory warning & app crashes.

In actual there are couple of more parameters on UI.While drilling down with this issue I identified this is causing due to multiple Web View's. Web view is used to show/edit text with different styles & colors.

Appreciate any pointers to get rid of this issue.

0

There are 0 answers