Hello All,
I'm looking for the best way to implement what I'm sure is an easy thing to do.
I have a table view with each cell representing a variable. When you click each cell, it will show a checkmark and save somewhere that it has been checked with a boolean value. In another view, I want the check marked variables to be listed as a string, or some related way. This new view would check to see what variables Boolean is updated every time it redraws.
So, how do I go about doing this, and is there an easier way than what I have planned in my head?
Thanks you for your Help,
Wes.
I'm looking for the best way to implement what I'm sure is an easy thing to do.
I have a table view with each cell representing a variable. When you click each cell, it will show a checkmark and save somewhere that it has been checked with a boolean value. In another view, I want the check marked variables to be listed as a string, or some related way. This new view would check to see what variables Boolean is updated every time it redraws.
So, how do I go about doing this, and is there an easier way than what I have planned in my head?
Thanks you for your Help,
Wes.