开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜