我是iOS开发的新手并站在某种问题面前:
我需要像view-template这样的东西,我可以在另一个视图中加载和填充多次。
例如: 视图模板存在:
的UILabel UIImageView UILabel UIButton
在我的应用程序中,我想动态加载它多次:
[myAppView]
UILabel
Something...
Something...
view-template (with added content)
view-template (with added content)
view-template (with added content)
view-template (with added content)
view-template (with added content)
Something...
[/myAppView]
我该怎么做? 这是有用的开始:link?