The category method you suggest is the “right” way to do it—you don’t necessarily have a guarantee of those constants keeping their value. From looking at how they’re defined, though, it seems you could just do
animationOption = animationCurve << 16;
…possibly with a cast to NSUInteger and then to UIViewAnimationOptions, if the compiler feels like complaining about that.