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: rechsteiner/Parchment
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: rechsteiner/Parchment
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on May 4, 2017

  1. Fix issue with delayed rendering

    Generating the menu items in viewDidAppear is too late as it causes
    the items to appear with a slight delay. Calling layoutIfNeeded in
    viewWillAppear means we will get the correct frame before rendering.
    rechsteiner committed May 4, 2017
    Copy the full SHA
    ea22452 View commit details
  2. Merge pull request #45 from rechsteiner/fix-render-delay

    Fix issue with delayed rendering
    rechsteiner authored May 4, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    002fd14 View commit details
  3. Add delegate for FixedPagingViewController

    Add delegate that is called when transitioning to a ViewControllerItem
    with its index in the menu items. Allows you to track which view
    controller that is currently or about to be selected.
    rechsteiner committed May 4, 2017
    Copy the full SHA
    acbcb88 View commit details
  4. Merge pull request #46 from rechsteiner/item-delegate

    Add delegate for FixedPagingViewController
    rechsteiner authored May 4, 2017
    Copy the full SHA
    a230db7 View commit details
  5. Release v0.4.0

    rechsteiner committed May 4, 2017
    Copy the full SHA
    c10bfb1 View commit details
  6. Merge pull request #47 from rechsteiner/release

    Release v0.4.0
    rechsteiner authored May 4, 2017
    Copy the full SHA
    a9c810a View commit details
Loading