Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
icepat committed Jun 19, 2014
1 parent 320ff7b commit 216c81b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ICETutorial/Libraries/ICETutorialController.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

#define TUTORIAL_LABEL_TEXT_COLOR [UIColor whiteColor]
#define TUTORIAL_LABEL_HEIGHT 45
#define TUTORIAL_TITLE_FONT [UIFont fontWithName:@"Helvetica-Bold" size:17.0f]
#define TUTORIAL_TITLE_LINES_NUMBER 1
#define TUTORIAL_TITLE_OFFSET 180
#define TUTORIAL_SUB_TITLE_FONT [UIFont fontWithName:@"Helvetica" size:15.0f]
#define TUTORIAL_SUB_TITLE_LINES_NUMBER 2
#define TUTORIAL_SUB_TITLE_OFFSET 150
#define TUTORIAL_TITLE_FONT [UIFont fontWithName:@"Helvetica-Bold" size:17.0f]
#define TUTORIAL_TITLE_LINES_NUMBER 1
#define TUTORIAL_TITLE_OFFSET 180
#define TUTORIAL_SUB_TITLE_FONT [UIFont fontWithName:@"Helvetica" size:15.0f]
#define TUTORIAL_SUB_TITLE_LINES_NUMBER 2
#define TUTORIAL_SUB_TITLE_OFFSET 150

// Scrolling state.
typedef NS_OPTIONS(NSUInteger, ScrollingState) {
Expand Down

0 comments on commit 216c81b

Please sign in to comment.