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

Issue

This Content is from Stack Overflow. Question asked by Ross M

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?



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?