I can’t understand what happened: I am trying to switch to another view using the UIAction button.
My view controller contains a UIScrollView IBOutlet. I created a .xib file for this view controller.
In this .xib, I configured the class as my SettingsController class.
But now, with this configuration (I have scrollView, searchDisplayController and view as my outputs), I don’t know how I should connect this to make it work. Please, help!
Thanks so much for your advice.
source
share