ios - How to rename storyboard and have links from other storyboards preserved -


i have 2 storyboards in xcode project.

first named main , second settings. main storyboard has storyboard reference settings.

i want rename settings storyboard appsettings. when rename through xcode project navigator, main storyboard reference settings not automatically updated , project fails compile.

enter image description here

of course, can manually update broken reference, wonder there way of renaming storyboard in xcode automatically update existing storyboard references?

yes, xcode's find navigator can perform find & replace operation includes references inside storyboards. search "settings" , replace "appsettings". click "preview" can choose relevant instances of "settings" replace (i'm assuming word appear in unrelated places, since it's rather common.) afterwards, still have rename file usual.

find navigator


Comments

Popular posts from this blog

Android volley - avoid multiple requests of the same kind to the server? -

magento2 - Magento 2 admin grid add filter to collection -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -