uiviewcontroller - Swift making an IBDesignable master container view? -
i writing app i've identified single page used multiple times throughout app; , want use single uiviewcontroller this.
currently have uistoryboard layout;
storyboard:
pagea -> pageb -> pagec
i know both pagea , pagec using same factorylistviewcontroller (any variants handled in viewmodel)
this page represents list of factories; has following components
factorylistviewcontroller:
child viewcontroller:
hudviewcontroller(has collection view , buttons)collectionview (my list of factories)
knowing this, want create common uiviewcontroller child view controllers ibdesignable
but i'm confused how because understand it, ibdesignable uiviews , xibs, not uiviewcontroller.
my query -- how make masterviewcontroller has viewcontrollers , make them ibdesignable?
with thanks
Comments
Post a Comment