I've been using the uikit.mm in my app and am finding that it would be great if the accessory indicators could be added to table rows. It appears that it can be set for the table, and then all rows get the same accessory indicator. It can also be set row by row, but I'm not sure how that would get implemented in the current data table.
Does anyone have a suggestion on what is the best solution for at least having each row have the same accessory?
Comments
I added the following:
and then in the cellForRowAtIndexPath function add below the textlabel stuff:
so add in:
And with the DetailDisclosureButton
In your cellForRowAtIndexPath function just put in:
TableView:setAccessoryType("DetailDisclosureButton")
and you should be set.
Enjoy!
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill