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

add ARC support + example define BackView from Nib #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bsorrentino
Copy link

No description provided.

@alexzielenski
Copy link
Owner

"supporting ARC" seems like a lot of messy code added and it's not really required. You can disable ARC on a per-file basis using the compiler flag "-fno-objc-arc"

@bsorrentino
Copy link
Author

In real, i would have had to reduce code, introducing arc ... But i preferred use preprocessor directive to keep your original code.
I think is a good idea move to arc to stay on track

@christophercotton
Copy link

In looking at the changes, it might just be easier and cleaner to just move the code to ARC. Most people are using iOS 6.0, and soon iOS 7.0. And, it is easy with Cocoapods to just enable it for a single project if for some reason they haven't yet moved to ARC.

I feel as though having the preprocessor directives makes the code much harder to read.

@y0unghe
Copy link

y0unghe commented Dec 23, 2013

How to define the backview to reveal. You reva cell's contentview as backview. But change it to uiview won't work.

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

Successfully merging this pull request may close these issues.

4 participants