Skip to content

Commit 8022baa

Browse files
author
Michael Wu
authored
Fix cropped buttons and remove check icon background (#26)
1 parent 391187a commit 8022baa

13 files changed

Lines changed: 33 additions & 110 deletions

File tree

inTouch/Base.lproj/Main.storyboard

Lines changed: 30 additions & 32 deletions
Large diffs are not rendered by default.

inTouch/ImageStrings.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,14 @@ extern NSString *const phoneIconImageName;
2020

2121
#pragma mark - Main View
2222

23-
extern NSString *const checkIconImageName;
24-
extern NSString *const checkIconOverlayImageName;
2523
extern NSString *const defaultAnchorPhotoImageName;
2624
extern NSString *const defaultBottomPhotoImageName;
2725
extern NSString *const defaultMiddlePhotoImageName;
2826
extern NSString *const defaultTopPhotoImageName;
29-
extern NSString *const deleteIconImageName;
30-
extern NSString *const deleteIconOverlayImageName;
3127
extern NSString *const seenQueueIconImageName;
3228
extern NSString *const notSeenQueueIconImageName;
33-
extern NSString *const postponeIconImageName;
34-
extern NSString *const postponeIconOverlayImageName;
3529
extern NSString *const settingsIconImageName;
3630

3731
#pragma mark - Settings View
3832

39-
extern NSString *const interestIconImageName;
33+
extern NSString *const interestIconImageName;

inTouch/ImageStrings.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,12 @@
1111

1212
#pragma mark - Main View
1313

14-
NSString *const checkIconImageName = @"checkIconImage.png";
15-
NSString *const checkIconOverlayImageName = @"checkIconOverlay.png";
1614
NSString *const defaultAnchorPhotoImageName = @"defaultAnchorPhoto.png";
1715
NSString *const defaultBottomPhotoImageName = @"defaultBottomPhoto.png";
1816
NSString *const defaultMiddlePhotoImageName = @"defaultMiddlePhoto.png";
1917
NSString *const defaultTopPhotoImageName = @"defaultTopPhoto.png";
20-
NSString *const deleteIconImageName = @"deleteIcon.png";
21-
NSString *const deleteIconOverlayImageName = @"deleteIconOverlay.png";
2218
NSString *const seenQueueIconImageName = @"seenQueueIcon.png";
2319
NSString *const notSeenQueueIconImageName = @"notSeenQueueIcon.png";
24-
NSString *const postponeIconImageName = @"postponeIcon.png";
25-
NSString *const postponeIconOverlayImageName = @"postponeIconOverlay.png";
2620
NSString *const settingsIconImageName = @"settingsIcon.png";
2721

2822
#pragma mark - Settings View
2.9 KB
Loading

inTouch/Images.xcassets/Application Icons/Main View/checkIconOverlay.imageset/Contents.json

Lines changed: 0 additions & 21 deletions
This file was deleted.
Binary file not shown.
331 Bytes
Loading

inTouch/Images.xcassets/Application Icons/Main View/deleteIconOverlay.imageset/Contents.json

Lines changed: 0 additions & 21 deletions
This file was deleted.
Binary file not shown.

inTouch/Images.xcassets/Application Icons/Main View/postponeIconOverlay.imageset/Contents.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)