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: manishkkatoch/SimpleTwoWayBindingIOS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.2
Choose a base ref
...
head repository: manishkkatoch/SimpleTwoWayBindingIOS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 4, 2020

  1. Work around a bug in UIKit where text fields with double-width charac…

    …ters would unexpectedly jump the cursor to the end of the text field.
    
    Corrects #15
    fweez committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    18969e8 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.0.3

    fweez committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    e6e93ad View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Merge pull request #16 from fweez/master

    Work around UIKit which jumped cursors to the end of text view & fields
    manishkkatoch authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    24a62bc View commit details
    Browse the repository at this point in the history
Loading