Table view with multi section problems

Discussion in 'Public Game Developers Forum' started by GoldSilverIsland, Jan 18, 2017.

  1. GoldSilverIsland

    GoldSilverIsland New Member

    Jan 18, 2017
    1
    0
    0
    I’m trying to set up a GUI of tableview with multiple sections/rows .I have did this before using static cells to manually set each section and rows underneath.
    not I have a new app that have too many sections and rows so I need to do it programatically.
    then I got problems below, are there suggestions/solutions ?
    thanks

    1. there are only one prototype row so I have to put both section and row elements together ,identified by tag, then show/hide them accordingly based on rowIndex, but I don’t think this is the right way, any suggestions here?
    2. while run on simulator it behave strange. at first it looks good with slight touch/movement. but if drag/move it to make some part out of screen, and then some rows got lost and will never back. try more times, more rows lost..
     

Share This Page