Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

More Simplification #4

Closed
wants to merge 22 commits into from
Closed

More Simplification #4

wants to merge 22 commits into from

Commits on Jan 6, 2014

  1. Update RFToolbarButton.h

    simplified code
    Hackmodford committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    b09b111 View commit details
    Browse the repository at this point in the history
  2. Update RFToolbarButton.m

    simplified code
    Hackmodford committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    a9aa4b4 View commit details
    Browse the repository at this point in the history
  3. Update RFKeyboardToolbar.m

    simplified code
    Hackmodford committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    5b6167f View commit details
    Browse the repository at this point in the history
  4. Update RFExampleToolbarButton.m

    made changes to work with simplified code.
    Hackmodford committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    0707b71 View commit details
    Browse the repository at this point in the history
  5. Update ViewController.m

    made changes to work with simplified code.
    Hackmodford committed Jan 6, 2014
    1 Configuration menu
    Copy the full SHA
    0674824 View commit details
    Browse the repository at this point in the history
  6. Update RFToolbarButton.h

    added necessary code
    Hackmodford committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    b249bc9 View commit details
    Browse the repository at this point in the history
  7. Update RFToolbarButton.m

    re-added buttonTarget
    Hackmodford committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    5e60685 View commit details
    Browse the repository at this point in the history
  8. Update RFToolbarButton.h

    added blocks
    Hackmodford committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    d107e97 View commit details
    Browse the repository at this point in the history
  9. Update RFToolbarButton.m

    added blocks
    Hackmodford committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    0ee9dff View commit details
    Browse the repository at this point in the history
  10. Delete RFExampleToolbarButton.m

    remove because blocks are added
    Hackmodford committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    49f5bfc View commit details
    Browse the repository at this point in the history
  11. Delete RFExampleToolbarButton.h

    remove because blocks are added
    Hackmodford committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    db41479 View commit details
    Browse the repository at this point in the history
  12. Update ViewController.h

    removed toolbarButton subclass
    Hackmodford committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    535bc51 View commit details
    Browse the repository at this point in the history
  13. Update ViewController.m

    added code to reflect block update
    Hackmodford committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    c0371cd View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2014

  1. Update RFKeyboardToolbar.h

    Simplified even further.
    Hackmodford committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    cab6739 View commit details
    Browse the repository at this point in the history
  2. Update RFKeyboardToolbar.m

    Simplified even further.
    Hackmodford committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    bc08b8e View commit details
    Browse the repository at this point in the history
  3. Update RFToolbarButton.h

    replaced setButtonPressedBlock to be only 1 method, and allow to specify control event. This simplifies things even further!
    Hackmodford committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    61f8f76 View commit details
    Browse the repository at this point in the history
  4. Update RFToolbarButton.m

    Simplified even further.
    Hackmodford committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    19bc841 View commit details
    Browse the repository at this point in the history
  5. Update ViewController.m

    Updated ViewController.m to reflect simplification changes.
    Hackmodford committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    6c2e0fc View commit details
    Browse the repository at this point in the history
  6. Update ViewController.h

    simplified code.
    Hackmodford committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    77c4f8d View commit details
    Browse the repository at this point in the history
  7. Update RFToolbarButton.m

    renamed setButtonPressedBlock: to addEventHandler:
    Hackmodford committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    f8666c8 View commit details
    Browse the repository at this point in the history
  8. Update RFToolbarButton.h

    renamed setButtonPressedBlock: to addEventHandler:
    Hackmodford committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    8655e5e View commit details
    Browse the repository at this point in the history
  9. Update ViewController.m

    changed setButtonPressedBlock: to use new addEventHandler: method
    Hackmodford committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    df8e363 View commit details
    Browse the repository at this point in the history