Newbies hate IgListKit



  • Edit:
    I am new to the programming field. I got many views on this question (Reddit, WTF, SO combined) however now answers. What am I doing wrong?
    I want an instance from the next object to set a Label text in my current cell.

    cell.Label.text = talents(nextIndex).name //<- Something of this sort
    

    Tried: passing array input to SectionController to use as talents[index+1] Error: File out of range

    Code : Section Controller & ListAdapterDataSource


Log in to reply