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: smileyborg/TableViewCellWithAutoLayout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bhr/TableViewCellWithAutoLayout
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.
  • 13 commits
  • 11 files changed
  • 2 contributors

Commits on Dec 9, 2013

  1. Merge pull request #5 from smileyborg/master

    Set preferredMaxLayoutWidth based on an initial layout pass instead of hardcoding it
    caoimghgin committed Dec 9, 2013
    Configuration menu
    Copy the full SHA
    f9a5095 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2013

  1. Merge pull request #7 from smileyborg/master

    Add row insertion and deletion functionality to sample
    caoimghgin committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    2d8b23b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2013

  1. Merge pull request #9 from smileyborg/master

    Set the preferredMaxLayoutWidth when returning a cell
    caoimghgin committed Dec 17, 2013
    Configuration menu
    Copy the full SHA
    3f41a21 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2013

  1. Added NSAttributedString to title and body textFields of UITableViewC…

    …ell. Created convenience methods in model to pull out title or body with index. Discovered issue with iOS device rotation.
    
    Added NSAttributedString to title and body textFields of
    UITableViewCell. Created convenience methods in model to pull out title
    or body for cell index. Discovered issue with iOS device rotation.
    caoimghgin committed Dec 20, 2013
    Configuration menu
    Copy the full SHA
    384dc57 View commit details
    Browse the repository at this point in the history
  2. Added NSAttributedString to title and body textFields of UITableViewC…

    …ell for multi-line text leading.
    
    Added NSAttributedString to title and body textFields of
    UITableViewCell. Created convenience methods in model to pull out title
    or body with index. Discovered issue with iOS device rotation.
    caoimghgin committed Dec 20, 2013
    Configuration menu
    Copy the full SHA
    06f26da View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2013

  1. Hmm

    caoimghgin committed Dec 22, 2013
    Configuration menu
    Copy the full SHA
    e199d0d View commit details
    Browse the repository at this point in the history
  2. Revert 3f41a21..e199d0d

    This rolls back to commit 3f41a21.
    caoimghgin committed Dec 22, 2013
    Configuration menu
    Copy the full SHA
    b481441 View commit details
    Browse the repository at this point in the history
  3. Revert 66d6c44..b481441

    This rolls back to commit 66d6c44.
    caoimghgin committed Dec 22, 2013
    Configuration menu
    Copy the full SHA
    b068fcf View commit details
    Browse the repository at this point in the history
  4. Fixed issue #11. Fixed bug introduced in pull request #9 . Also added…

    … a gold star image to demonstrate hanging add’t elements off of the new footnoteLabel.
    caoimghgin committed Dec 22, 2013
    Configuration menu
    Copy the full SHA
    37f8d6e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'Issue_11'

    Conflicts:
    	TableViewCellWithAutoLayout/TableViewController/RJModel.h
    	TableViewCellWithAutoLayout/TableViewController/RJModel.m
    	TableViewCellWithAutoLayout/TableViewController/RJTableViewController.m
    caoimghgin committed Dec 22, 2013
    Configuration menu
    Copy the full SHA
    4d12839 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2014

  1. Configuration menu
    Copy the full SHA
    724c6fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63a0491 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2014

  1. Configuration menu
    Copy the full SHA
    44e0ca4 View commit details
    Browse the repository at this point in the history
Loading