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' -

java - Log4j2 configuration not found when running standalone application builded by shade plugin -

python - How do I create a list index that loops through integers in another list -