Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes when adding strings and images #22

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

Commits on Jan 15, 2013

  1. added private method to generate array of UILabels

    Signed-off-by: Jared Allen <jared@redcact.us>
    jallen committed Jan 15, 2013
    Configuration menu
    Copy the full SHA
    9e3c091 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2013

  1. support for placing images (icons) to the left of strings

    Signed-off-by: Jared Allen <jared@redcact.us>
    jallen committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    5369c0e View commit details
    Browse the repository at this point in the history
  2. added method to create UIButtons with images above the title label

    - added kImageAboveLabel config to set if images should be display above or too the left of titleLabels.
    - added kImageTitlePadding config to set the padding between images and titleLabels in either configuration mentioned above.
    
    Signed-off-by: Jared Allen <jared@redcact.us>
    jallen committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    b0cd235 View commit details
    Browse the repository at this point in the history
  3. fixed bug that was not giving enough room to the longest title

    Signed-off-by: Jared Allen <jared@redcact.us>
    jallen committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    bd8de55 View commit details
    Browse the repository at this point in the history
  4. fixed issue with setting autoresizingMask on UIButtons with only text…

    … in Popover with title.
    
    For some reason the buttons frames were being resized past the Popover bounds causing issues with text alignment. Now all UIButtons are resized to the full width of the Popover view and text alignment is handled by the UIButton.
    
    Signed-off-by: Jared Allen <jared@redcact.us>
    jallen committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    bfe1db9 View commit details
    Browse the repository at this point in the history
  5. removed declaration of unused method

    Signed-off-by: Jared Allen <jared@redcact.us>
    jallen committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    37c7000 View commit details
    Browse the repository at this point in the history