I need to create a IASKSettingsDelegate to respond to settingsViewControllerDidEnd in a StoryBoard setting. I have made AppDelegate implement that delegate protocol (it was an idea) but I can't seem to figure out how to connect it as the delegate of my IASKAppSettingsViewController without subclassing it.
If this is not possible or is not the right way to get settingsViewControllerDidEnd answered, I welcome suggestions.