私は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]
どうやってやるの?それは有用な start: linkですか?