开发者

iPad: Two Table Views one Controller

开发者 https://www.devze.com 2023-01-27 13:42 出处:网络
In my iPad App I am using a SplitView. In Portrait mode, instead of using the popOver, I have another Table View that´s connected to the same controller that has the info for the View that appears in

In my iPad App I am using a SplitView. In Portrait mode, instead of using the popOver, I have another Table View that´s connected to the same controller that has the info for the View that appears in Landscape.

My App works great, but I have an 1 warning when I Build: The "view" outlet of "开发者_如何学运维App List View Controller" is connected to "Table View" but "App List View Controller" already has a "Table View" child fulfilling this role.

I would like to know if doing this will bring some trouble that I have not detected? Or if My App could be rejected because of this?

0

精彩评论

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