Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
enzevalos_iphone_workspace
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
enzevalos
enzevalos_iphone_workspace
Commits
72b50624
Commit
72b50624
authored
7 years ago
by
jakobsbode
Browse files
Options
Downloads
Patches
Plain Diff
better fields and text on smaller screens
parent
74217b88
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Pods/Onboard/Source/OnboardingContentViewController.h
+1
-0
1 addition, 0 deletions
Pods/Onboard/Source/OnboardingContentViewController.h
Pods/Onboard/Source/OnboardingContentViewController.m
+1
-1
1 addition, 1 deletion
Pods/Onboard/Source/OnboardingContentViewController.m
with
2 additions
and
1 deletion
Pods/Onboard/Source/OnboardingContentViewController.h
+
1
−
0
View file @
72b50624
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Pods/Onboard/Source/OnboardingContentViewController.m
+
1
−
1
View file @
72b50624
...
...
@@ -15,7 +15,7 @@ static NSString * const kDefaultOnboardingFont = @"Helvetica-Light";
#define DEFAULT_TEXT_COLOR [UIColor whiteColor];
static
CGFloat
const
kContentWidthMultiplier
=
0
.
9
;
static
CGFloat
cons
t
kDefaultImageViewSize
=
100
;
CGFloa
t
kDefaultImageViewSize
=
100
;
static
CGFloat
const
kDefaultTopPadding
=
60
;
static
CGFloat
const
kDefaultUnderIconPadding
=
30
;
static
CGFloat
const
kDefaultUnderTitlePadding
=
30
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment