Is Xcode 5 able to change method's signature? As far as I can tell no, but I'd like to be shown wrong.
If I either try to add (or remove) a method's parameter, I am welcomed by the Needs 1 fewer (more) colon to match original
error.
Must I really do a manual refactor in this case?