Skip to content
Snippets Groups Projects
Commit 8eacde64 authored by jakobsbode's avatar jakobsbode
Browse files

removed unnecessary code

parent 54e05203
No related branches found
No related tags found
No related merge requests found
...@@ -449,10 +449,6 @@ NSString * const kOnboardInputViewAccessibilityIdentifier = @"OnboardInputViewAc ...@@ -449,10 +449,6 @@ NSString * const kOnboardInputViewAccessibilityIdentifier = @"OnboardInputViewAc
for (UIView *view in self.inputView.subviews){ for (UIView *view in self.inputView.subviews){
view.frame = CGRectMake(CGRectGetMinX(view.frame), CGRectGetMinY(view.frame), contentWidth, CGRectGetHeight(view.frame)); view.frame = CGRectMake(CGRectGetMinX(view.frame), CGRectGetMinY(view.frame), contentWidth, CGRectGetHeight(view.frame));
} }
self.actionButton.frame = CGRectMake((CGRectGetMaxX(self.view.frame) / 2) - (contentWidth / 2), CGRectGetMaxY(self.view.frame) - self.underPageControlPadding - kMainPageControlHeight - kActionButtonHeight - self.bottomPadding, contentWidth, kActionButtonHeight);
} }
} }
......
No preview for this file type
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