문제

I have a XIB viewcontroller with a button in it. I also have a storboard viewcontroller. I would like to know if there is a way to link a button from the xib view controller to the storyboard viewcontroller.

도움이 되었습니까?

해결책

Short answer: No, not using interface builder.

You can do it in code though. Once you have the two view controllers instantiated just set the relevant property on your storyboard view controller.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top