ios - 2 or more UIViewcontroller with the same class crash -


i have multiple view controller in storyboard same class called "viewcontroller.swift " , crash if assign operate classes don't crash how fix this?

simple answer can not use single viewcontroller.swift multiple view controllers in storyboard. create new class every new view controller in storyboard.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -