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

Custom Ticks #9

Closed
wants to merge 35 commits into from
Closed

Custom Ticks #9

wants to merge 35 commits into from

Commits on Jan 17, 2018

  1. Adding methods for dynamic tick marks

    Jeffrey Blayney authored and Jeffrey Blayney committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    8f4f62e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Tick object, tick layout constraints.

    Jeffrey Blayney authored and Jeffrey Blayney committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    a674c6d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. Cleanup of unused code.

    Finalizing custom tick spacing and animation setup.
    
    Add var to toggle tick transparency.
    Jeffrey Blayney authored and Jeffrey Blayney committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    d9bb120 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Trying another approach.

    Jeffrey Blayney authored and Jeffrey Blayney committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    d649c67 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. tick spacing is working

    Jeffrey Blayney authored and Jeffrey Blayney committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    adce665 View commit details
    Browse the repository at this point in the history
  2. Final cleanup

    Jeffrey Blayney authored and Jeffrey Blayney committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    da80763 View commit details
    Browse the repository at this point in the history
  3. Updating the readme

    Jeffrey Blayney authored and Jeffrey Blayney committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    c77a69d View commit details
    Browse the repository at this point in the history
  4. fixing heading formatting

    Jeffrey Blayney authored and Jeffrey Blayney committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    8aa87a5 View commit details
    Browse the repository at this point in the history
  5. Added comment to clarify refreshView param

    Jeffrey Blayney authored and Jeffrey Blayney committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    a162d61 View commit details
    Browse the repository at this point in the history
  6. Resolving minor code comments

    Jeffrey Blayney authored and Jeffrey Blayney committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    750d43d View commit details
    Browse the repository at this point in the history
  7. Update project.pbxproj

    Removing team info from PR
    thejeff77 authored Feb 23, 2018
    Configuration menu
    Copy the full SHA
    244fbb6 View commit details
    Browse the repository at this point in the history
  8. Changing to NSUInteger

    Jeffrey Blayney authored and Jeffrey Blayney committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    619bd5c View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of https:/thejeff77/HUMSlider

    Jeffrey Blayney authored and Jeffrey Blayney committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    fd911a1 View commit details
    Browse the repository at this point in the history
  10. Updating defaults to documented values.

    Jeffrey Blayney authored and Jeffrey Blayney committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    6607181 View commit details
    Browse the repository at this point in the history
  11. oops

    Jeffrey Blayney authored and Jeffrey Blayney committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    89f9b91 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. reverting default size changes

    Jeffrey Blayney authored and Jeffrey Blayney committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    ce407bf View commit details
    Browse the repository at this point in the history
  2. added logic to squeeze the ticks to the slider

    Jeffrey Blayney authored and Jeffrey Blayney committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    0212379 View commit details
    Browse the repository at this point in the history
  3. Made the ticks animate and squeeze to the slider.

    Fixed a bug where the custom thumb adjustment value being positive should pop the tick up higher instead of the inverse, because the differentials are more negative the higher they pop up.
    Jeffrey Blayney authored and Jeffrey Blayney committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    6b3b8ef View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Added a remove all method

    Jeffrey Blayney authored and Jeffrey Blayney committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    2e71a84 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Added App Icon full view.

    Jeffrey Blayney authored and Jeffrey Blayney committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    8b19404 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2018

  1. fixing main thread warnings

    Jeffrey Blayney authored and Jeffrey Blayney committed Jun 24, 2018
    Configuration menu
    Copy the full SHA
    d8ec346 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Removed unnecessary methods

    Jeffrey Blayney authored and Jeffrey Blayney committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    38336e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Fixed bugs switching between the two slider types

    Jeffrey Blayney authored and Jeffrey Blayney committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    bef5dfc View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Removed copyright as it interferes with the MIT license. Added commen…

    …ts and changed an integer reference.
    Jeffrey Blayney authored and Jeffrey Blayney committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    2324ead View commit details
    Browse the repository at this point in the history
  2. Cleanup and bugfixing

    Jeffrey Blayney authored and Jeffrey Blayney committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    534837e View commit details
    Browse the repository at this point in the history
  3. Touched up the readme

    Jeffrey Blayney authored and Jeffrey Blayney committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    e486cdf View commit details
    Browse the repository at this point in the history
  4. Final cleanup and merging

    Jeffrey Blayney authored and Jeffrey Blayney committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    9d6583e View commit details
    Browse the repository at this point in the history
  5. Changing double to CGFloat

    Jeffrey Blayney authored and Jeffrey Blayney committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    25bc0ed View commit details
    Browse the repository at this point in the history
  6. using self. instead of synthesized

    Jeffrey Blayney authored and Jeffrey Blayney committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    5ebf725 View commit details
    Browse the repository at this point in the history
  7. use BOOL not bool

    Jeffrey Blayney authored and Jeffrey Blayney committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    5d3858e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Fixed index insertion error for middle constraints

    Jeffrey Blayney authored and Jeffrey Blayney committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    8f0804a View commit details
    Browse the repository at this point in the history
  2. Removing global track Rect

    Jeffrey Blayney authored and Jeffrey Blayney committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    82b4ba6 View commit details
    Browse the repository at this point in the history
  3. Removing unused var

    Jeffrey Blayney authored and Jeffrey Blayney committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    519f692 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Fixed issue where the tick doesn't pop or show on initial addition

    Jeffrey Blayney authored and Jeffrey Blayney committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    51a6e12 View commit details
    Browse the repository at this point in the history
  2. Real fix for a transparency issue

    Jeffrey Blayney authored and Jeffrey Blayney committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    3db2dac View commit details
    Browse the repository at this point in the history