xcode refactor renaming ibaction function not applying to storyboard, bug?

Viewed 21

I am learning storyboard right now. If I refactor -> rename an IBOutlet variable it updates the reference in the storyboard file

iboutlet

But when I try to do same for an IBAction function it does not have any affect on the storyboard, even though it seems to select it (nothing happens when I hit enter either, and running app will give error because of the mismatch)

ibaction

Is it supposed to not update the storyboard if it is an action or is this just a bug?

edit: in fact none of the storyboard names are being updated with this refactor tool, even the iboutlet (the course I am following said this should be a safe way to rename this) enter image description here

0 Answers
Related