NachoSoto / NSBKeyframeAnimation

jQuery-like animations in CoreAnimation
MIT License
370 stars 47 forks source link

Consider Changing Class Prefix #1

Closed aaronbrethorst closed 12 years ago

aaronbrethorst commented 12 years ago

You might want to change the class prefix since, if Apple ever adds an identically-named class to iOS, bad things will happen to users of it. See, e.g.: http://stackoverflow.com/questions/11540253/ios-duplicate-interface-definition

steipete commented 12 years ago

+1

NachoSoto commented 12 years ago

It started as a joke (since NS are my initials) and then I kept using it out of pure habit, but I think it went too far. Thanks for your comments guys, I'll refactor all my classes to use a new prefix (still haven't decided which one)

steipete commented 12 years ago

I get the joke ;) But don't ever ship custom NS prefixed stuff. You never know what'll break.

And consider a three-letter prefix, since all two-letter prefixes are "reserved" by Apple. At least that's what they said last WWDC. Also having a hard time switching away from PS to PST ;)

NachoSoto commented 12 years ago

Pacific Standard Time is cool!

aaronbrethorst commented 12 years ago

thx! please shoot me an email at aaron@brethorsting.com or just update your control at http://www.cocoacontrols.com/controls/nskeyframeanimation/edit if/when you change the repository's location.

NachoSoto commented 12 years ago

Will do, thank you sir!

NachoSoto commented 12 years ago

Fixed :-) Thank you guys!

aaronbrethorst commented 12 years ago

Thank you!