Within my app there are two view-classes: UIViewA and UIViewB. In the Storyboard I have connected these classes to two different view-areas on the same view controller. I need to update UIViewB on a touchbegan message in UIViewA. This must be possible but I can not find the instancename for the views nor does a [super setNeedsDisplay] function. Can anyone give me the propper way to deal with this? Thank you in advance.
I have a UIToolbar that needs three buttons in a radio style, meaning that of the three, only one button can be pushed at a time. The documentation makes reference to the possibility of setting up ...