开发者

How do link up a different set of view from table view?

开发者 https://www.devze.com 2023-03-13 13:58 出处:网络
Hi there i\'m currently doing a project that requires my app to transition from a table view to a different view. For example my table v开发者_运维百科iew has 4 item and what i\'m trying to do is have

Hi there i'm currently doing a project that requires my app to transition from a table view to a different view. For example my table v开发者_运维百科iew has 4 item and what i'm trying to do is have a different set of detail view. I would like to have a scroll view in it which has different content for each of the items. Right now i'm only able to pass in an image or text/label. I really need help for this.


Use Model-view controller technique... keep all related info in a class(model) when you tap on the tableviewCell pass that model to the detailed view.

0

精彩评论

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

关注公众号