Allowing user to change font from a different view.
I need to add the ability to change the font face and color in a UITextField, using buttons on a different view. I have no trouble setting this up using IBAction changeF/changeC, but only from within the same view. I'm using a MainView/FlipsideView style app, but cant seem to get them to connect. I've tried several different methods, but always get either errors or crashes.
|