Tag: ios

  • 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…

  • Search a UITableView

    Note: This article has been marked for a quality review and will soon be updated. As with most things there are a bunch of tutorials on the internet about how to search a UITableView, but when I was attempting to implement my search I hit a brick wall with it and ended back where I…