I have UITableView which contains cells. what I would like to do once user tab into the UITableViewCell it shows a UINavigationView.
if possible i would like to this using Storyboard with interface builder, otherwise programmatically will also be OK.
thanks.
Go to https://developer.apple.com/videos/archive/ and watch their presentation called “Introducing Interface Builder Storyboarding from WWDC 2011”.
Their presentation does exactly want you want and shows you step-by-step how to do it. You need to login as an Apple developer to watch it though.