Skip to content

Commit

Permalink
make image names mostly unique
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Toggweiler committed Jul 2, 2013
1 parent b583862 commit f9474d0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/formotion/row_type/tags_row.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ def add_plus_accessory(cell)
def image_for_state(state)
case state
when UIControlStateNormal
return UIImage.imageNamed("recipient.png").stretchableImageWithLeftCapWidth(14, topCapHeight:0)
return UIImage.imageNamed("tags_row.png").stretchableImageWithLeftCapWidth(14, topCapHeight:0)

when UIControlStateHighlighted, UIControlStateSelected
return UIImage.imageNamed("recipient-selected.png").stretchableImageWithLeftCapWidth(14, topCapHeight:0)
return UIImage.imageNamed("tags_row-selected.png").stretchableImageWithLeftCapWidth(14, topCapHeight:0)

end
nil
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit f9474d0

Please sign in to comment.