There is actually a plist dictionary (NSDictionary)
it is implemented through an array (fruit) (pictures, text), etc. , everything is shown everything is loaded through collectionView and displayed on the ViewController. After I check through the button and now I need to change the value of Boolean from false to True, well, in a princep, to give it the true value is no problem (fruit.correctText = true), but when you restart this cell, we have all the same values false. The question is how to make it write the new value of Bool?
ps Two boolean parameters are connected and coordinated as optional (bool?) in order to avoid fatal and errors at this stage of the experiments. Thanks for attention.
