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

Creates delegation of DCIntrospect and update the demo. #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lxcid
Copy link

@lxcid lxcid commented Jul 22, 2012

Allows user to extends useful functionality, like keyboard inputs, for their own use cases.
As the project is iOS 4 compatible, delegate property is set as assign, which requires the user to nil the delegate upon deallocation.
It would be better if we can make use of the weak property attribute instead which release the user the responsibility of setting the delegate to nil.

Allows user to extends useful functionality, like keyboard inputs, for their own use cases.
As the project is iOS 4 compatible, delegate property is set as assign, which requires the user to nil the delegate upon deallocation.
It would be better if we can make use of the weak property attribute instead which release the user the responsibility of setting the delegate to nil.
@jklp
Copy link

jklp commented Aug 22, 2013

Hi, thanks for the pull request though unfortunately it looks like DCIntrospect is no longer maintained. Good news though, myself and @Logicreative have decided to revive DCIntrospect, and created a fork at https://github.com/logicreative/DCIntrospect-ARC to hopefully merge all pull requests and forks back into a single repo.

If you don't mind sending your pull request to the DCIntrospect-ARC repo, we'll try and merge it as quickly as possible. We're also going to be more active with the CocoaPods package manager, so we'll update the latest CocoaPod's podspect once all changes have been merged.

Thanks
Jerrold

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.

None yet

2 participants