UIView outside of a View Controller in a Storyboard

前端 未结 3 1560
南方客
南方客 2020-12-13 04:27

I\'m stuck with a question I can\'t find an answer to in the official documentation, on Stackoverflow or on Google.

I\'m an experienced iOS developer but new to Sto

3条回答
  •  [愿得一人]
    2020-12-13 04:53

    You can use a Container View, is like a regular view(You can assign a IBOutlet UIView) but you can define it outside of your UIViewController.

    The You can design it

提交回复
热议问题