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: escoz/QuickDialog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: StDogbert/QuickDialog
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.
  • 6 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 28, 2014

  1. Starting from iOS 7.1 SUDDENLY even if u set UIToolBar appearance tin…

    …t color newly created tool bar tint color will be default and not the one u set. Not sure when is actually applied and are other elements affected, but to apply to prev next segmented control application color theme _prevNext.tintColor should be set from [UIToolbar appearance].tintColor instead of UIToolbar actionBar object tintColor property as it is not set at that moment
    StDogbert committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    e77d91b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2015

  1. Configuration menu
    Copy the full SHA
    4453f7f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. Configuration menu
    Copy the full SHA
    c6f6653 View commit details
    Browse the repository at this point in the history
  2. infinite loop fix

    StDogbert committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    0204d7e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Set root only after data source and delegate are set

    iOS 9 calls reloadData less agressively than iOS 8 and earlier. If the root of the table view is set too soon (eg. before the data source is set), reloadData may not be called in certain cases, resulting in inconsistencies and inducing crashes.
    Patrick Nollet authored and StDogbert committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    25e5a5e View commit details
    Browse the repository at this point in the history
  2. Updated pod

    escoz authored and StDogbert committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    6d98592 View commit details
    Browse the repository at this point in the history
Loading