Tag: delegate

  • Pass data from modal view back to parent in the iOS SDK

    I recently came across a problem using the newest version of XCode (4.4), in which we can use the fantastic Storyboards feature. The question was simple – how do I present a modal view, ask the user for some data, and then return that to the parent view? In the past it was a pretty…