Can anyone tell me that the reusable cell works for a single table view?
How many reusable cells should be dataseted? So far, I have seen only one in all samples. Will one need even more?
When creating a cell, you pass the identifier for that particular type of cell, so that later, You can try to get one that you have already prepared and need to recreate only one, if one is not free one (automatically done for you - as a example code Try to get one with the identifier). / P>
You can use as many different identifiers as you like, good practice is to use different one for every different type of cell (which is probably different UITABLE vixel subvelles).
So if you have cellType and cellType B (both get obtained separately from UITTEL vixel or setup), then use different keys for both types.
Comments
Post a Comment