iOS 5 introduced a new feature, Storyboards. The transition between views in these storyboards are called segues. I've noticed users using both the segue and uistoryboardsegue tags. Both are technically correct, but uistoryboardsegue is less ambiguous.
Should these tags be merged?