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

Conversation

johnkdoe
Copy link

@johnkdoe johnkdoe commented Aug 8, 2012

some suggested fixes for use with projects that use ARC

  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

…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
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.

1 participant