Member reference base type 'Class' is not a structure or union - has the Fixit led me in the right direction?
问题 I’m trying to make a delegate that will send messages from UIButtons within a custom UIView called SGView and am a bit out of my depth following the error messages. I recently learned how to get a delegate to send messages successfully from within an instance method. SGView includes a class method that arranges multiple UIButtons in a circle and was designed to be used by different UIViews. The geometry works when the method is called from a parent UIView. I have now declared the delegate by