Skip to content
Snippets Groups Projects
Commit 72b50624 authored by jakobsbode's avatar jakobsbode
Browse files

better fields and text on smaller screens

parent 74217b88
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ NS_ASSUME_NONNULL_BEGIN
extern NSString * const kOnboardMainTextAccessibilityIdentifier;
extern NSString * const kOnboardSubTextAccessibilityIdentifier;
extern NSString * const kOnboardActionButtonAccessibilityIdentifier;
extern CGFloat kDefaultImageViewSize;
typedef void (^action_callback)(OnboardingViewController *onboardController);
......
......@@ -15,7 +15,7 @@ static NSString * const kDefaultOnboardingFont = @"Helvetica-Light";
#define DEFAULT_TEXT_COLOR [UIColor whiteColor];
static CGFloat const kContentWidthMultiplier = 0.9;
static CGFloat const kDefaultImageViewSize = 100;
CGFloat kDefaultImageViewSize = 100;
static CGFloat const kDefaultTopPadding = 60;
static CGFloat const kDefaultUnderIconPadding = 30;
static CGFloat const kDefaultUnderTitlePadding = 30;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment