开发者

iPad Split View App - DetailViewController Methods Never Called

开发者 https://www.devze.com 2023-03-08 21:42 出处:网络
I\'m using a fresh iPad split-view template application in Xcode. I\'ve added a sample data array and the data shows up just fine in the Popover view. However, when it\'s tapped, it doesn\'t call any

I'm using a fresh iPad split-view template application in Xcode. I've added a sample data array and the data shows up just fine in the Popover view. However, when it's tapped, it doesn't call any methods from DetailViewController.m (setDetailItem in particular) like I'd expe开发者_如何学Goct it to.

Am I missing something here?

(I'm not sure what code I should post for this particular question, so I'll wait on you guys to ask for it.)

Thanks SO much in advance!


To troubleshoot this issue, you should check the method called didSelectRowAtIndexPath in the delegate for the table view. I remember that was called RootViewController by default and exists in the RootViewController.m file.

It should call the setDetailItem method. Check if it does so.

Posting the didSelectRowAtIndexPath method body here will help better.

0

精彩评论

暂无评论...
验证码 换一张
取 消