ios - First UITableViewCell loads slowly -


i have uitableviewcell contains uiwebview displays css text. type of cell display in table. set reuse identifier reuse cells based on index path (ex. @"0_0" first message, @"0_1" second). always, however, first cell loads slowly. after first cell, rest display instantly.

i have tried manually creating cell reuse identifier @"0_0" in viewdidload. doesn't seem affect speed of display first cell. thoughts?

it seems me cells same except content in uiwebview. if that's case should use same cell reuse identifier make loading quicker.

i believe way creating , assigning identifiers not performance of app. cell "the same" should have same identifier ios can reuse cells , change content.

please provide code example of how instantiate cells, out!

cheers!


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -