^ That's unfortunate.
I guess I could recreate it using core graphics, but I'd like something more "standard".
EDIT: Done... the non-standard way. I just make a 7x1 PNG with the pattern, loaded it with UIImage and used drawAsPatternInRect: to draw it in the drawRect method of my UIView. I'm posting here for reference in case anyone needs to do the same.