I am trying to create an array with a string using the tag value sent by UITapGestureRecogniser. I keep getting error warnings like cannot convert long __nullable for the following:
NSString *tappy = [tapped1.view.tag];
Please can someone shed some light on this for me....thanks!