Tip Parameter macro not working in UIKit – iOS 17
I’m trying to get a popover tip working with the conditional @Parameter
macro. Everything works fine if I remove the @Parameter
macro, but right now, in the callback, shouldDisplay
is always false
, and its driving me mad.