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: tristanhimmelman/THContactPicker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: soofdev/THContactPicker
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.
  • 4 commits
  • 19 files changed
  • 2 contributors

Commits on Mar 27, 2014

  1. AddressBook integration + UI and Behavior improvements.

    Details:
    
    - Control now loads contacts from address book after requesting permission.
    - Added model class THContact
    - Used custom cell view for easier UI customization.
    - Added neat circular checkbox to the left side of the contact cell.
    - Added circular contact images.
    - Text filter field and table view resize using animation for smoother feel.
    - Bar button on the top right is disabled by default and enabled when there is at least 1 contact selected.
    - Keyboard is dismissed when tapping outside the filter text field.
    - TODO: Implement contact details view
    soofdev committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    40e784c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    soofdev committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    ee604ab View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2014

  1. Update README.md

    soofdev committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    f995079 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2014

  1. 1. fixed compiler warnings

    2. fixed bug: copy AddressBookRef’s ABRecordID into THContact.recordId field
    3. clicking detail disclosure button now uses the Apple AddressBookUI framework to show the ABPersonViewController
    mmieczkowski committed Apr 20, 2014
    Configuration menu
    Copy the full SHA
    9b6ac45 View commit details
    Browse the repository at this point in the history
Loading