Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Use KVO to automatically respond correctly to changes in the extensionView size #124

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 29, 2016

  1. Observe the frame of our extensionView and update automatically if it…

    … changes
    Evan D. Schoenberg, M.D committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    6ec73e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2016

  1. Merge commit '537bce6c3083fdc379adb7acd1f0402747c29211' into fix-resi…

    …zing-extension-view
    Evan D. Schoenberg, M.D committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    a74d99a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2016

  1. _scrollViewIsSuffecientlyLong attempts to determine if the expansionV…

    …iew can be shown by virtue of excess space available in the scrollview relative to its content view. However, it breaks at edge cases, including if the content is just a bit more than threshold and then the user scrolls down further via the elastic scrollview... the logic suddenly thinks enough space is available and leads to the extension expanding. Just disabling the logic for now.
    Evan D. Schoenberg, M.D committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    c41e52a View commit details
    Browse the repository at this point in the history
  2. Removed logging accidentally left in place

    Evan D. Schoenberg, M.D committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    823ad9b View commit details
    Browse the repository at this point in the history