UIViewControllerのviewにxibを使用する
概要
xibfileから、UIViewControllerのviewのoutletを紐付ける。
手順
1.xibfileのfile's ownerをViewControllerに指定する。これで、ViewControllerのviewのoutletがxibfile側から見えるようになる。
2.ViewControllerのviewのoutletに、xibfileのrootviewを紐付ける。
3.storyboardに紐づいているViewControllerの場合、storyboard側の実装が優先されるので、storyboard側ではViewControllerのviewを削除しておく。
Frameworks/dp/1492074616
感想
こういうやり方もあるのかーと言った感じ。
個人的には、XibviewのoutletがViewController内に洗われるのが嫌なので、XibviewをViewControllerのVIewとして使う場合は、xibfileのfileOwnerにUIView指定して、そのUIViewをViewControllerのloadView()内でviewに指定する方が好きかな、と思う。
参考文献
Author And Source
この問題について(UIViewControllerのviewにxibを使用する), 我々は、より多くの情報をここで見つけました https://qiita.com/Zousaaaaaan/items/c2dcffc1729e3c4c3cb5著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .