Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lostinthepines/TutorialKit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sl33k/TutorialKit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 28, 2015

  1. added Support for finding UIBarButtonItems by Tag

    [UIView+Recursion]
    —added third parameter to the block, which gives you the ability to
    return a custom view to be returned instead of the subview on which the
    block is currently executed
    [TutorialKit]
    — added support to find UIBarButton Items by tag by detecting UIToolbar
    and UINavigationBar instances and handling them accordingly
    sl33k committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    a7ff81a View commit details
    Browse the repository at this point in the history
  2. [AppDelegate]

    —modified Tutorial Steps to include both the UIBarButtonItem and the
    standard nextStep button
    [ExampleViewController]
    — added a top Toolbar/Navigation bar (toggle between them with a bool)
    sl33k committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    e47b00e View commit details
    Browse the repository at this point in the history
  3. [ExampleViewController]

    — changed the Bar Button Item not be a camera
    sl33k committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    c6b9f7e View commit details
    Browse the repository at this point in the history
Loading