ios - UITableView not loading fully inside UIScrollView -
i'm creating viewcontroller contain portion of scrollview. in scrollview include view of viewcontroller. when set viewcontroller inside of scrollview, of viewcontroller's data pulled web , it's "viewdidload" method called. however, nothing appears except tableviewlines , spinner i've created show page loading. here looks (the scrollview in question under commitments , awards):

what should loaded inside scrollview tableview looks this:

it may tableview's delegate/datasource not set correctly. check whether tableview:numberofrowsinsection: , tableview:cellforrowatindexpath: called or not?
Comments
Post a Comment