I am learning storyboard right now. If I refactor -> rename an IBOutlet variable it updates the reference in the storyboard file
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)
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)


