Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is ReactiveCocoa App Store friendly? #42

Closed
gcox opened this issue Aug 25, 2012 · 3 comments
Closed

Is ReactiveCocoa App Store friendly? #42

gcox opened this issue Aug 25, 2012 · 3 comments

Comments

@gcox
Copy link

gcox commented Aug 25, 2012

Has anyone had an app accepted in the iOS or Mac App Stores that uses ReactiveCocoa? I only ask because of it's use of method swizzling (seems to only be an issue when swizzling base methods on Apple's classes). Just looking for confirmation that at least one person has gotten approval before I start using this all over the place.

@joshaber
Copy link
Member

I'm have no idea if / how many apps are on the stores using RAC. I doubt there'd be any problem though. Method sizzling is perfectly fine. The only time you get into trouble is if you swizzle a private method, and then the problem is that it's private, not that it was swizzled.

@jwilling
Copy link
Contributor

@joshaber

Method sizzling

Why yes, I enjoy my methods sizzled as well. I'd like it medium-well done, please. :wink2:

@joshaber
Copy link
Member

RAC is just so 🔥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants