rubymotion-community / sugarcube

Some sugar for your cocoa. RubyMotion helpers.
Other
421 stars 66 forks source link

added UIImage#flip_horizontal #193

Closed matsu911 closed 9 years ago

matsu911 commented 9 years ago

added a method to create an image flipped horizontally

colinta commented 9 years ago

Cool! This is very neat, but I wonder how often it would come in handy. How often do you use this function?

I'm starting to worry about "code bloat" in sugarcube, but I also want to keep adding functions that are helpful.

colinta commented 9 years ago

Thanks for adding this, but I think I'm going to leave it outside sugarcube for now. It just doesn't feel like it would be helpful on most projects. What did you use it for?