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

Commits on Jul 22, 2012

  1. Creates delegation of DCIntrospect and update the demo.

    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.
    lxcid committed Jul 22, 2012
    Configuration menu
    Copy the full SHA
    43c338c View commit details
    Browse the repository at this point in the history