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

#defines for use with feature obj_arc + protocol for more MVC-like behavior #25

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

Commits on Aug 8, 2012

  1. additions for use with feature obj_arc plus protocol for more MVC-lik…

    …e behavior
    
    1) in the vein of github/jdg/MBProgressHUD.git, add #defines for
       _STRONG and _WEAK so this can be used for both older non-arc and newer
       arc-based projects
    2) add protocol PullToRefreshTableViewDelegate to force the implementor
       to implement their own refresh
    
    also
    a) silence "redundant" Xcode 4.4 clang warnings in setupStrings by
       using the suggested fixes for the strings
    b) also, localize the strings so a project can decide to set these
       values to whatever makes most sense to the project, and the most
       sense for each localization
    c) show how the protocol works in the DemoTableViewController.m
    john.k.doe committed Aug 8, 2012
    Configuration menu
    Copy the full SHA
    c0ae091 View commit details
    Browse the repository at this point in the history