Commit 47fef52e authored by Javier Ernesto Flores Robles's avatar Javier Ernesto Flores Robles Committed by Commit Bot

[iOS][AF] Add bouncing to suggestions

Enable bouncing in autofill suggestions scrollview.

Bug: 876657
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: I8bbb27c6c2d567bc41e4931a85cefb97453030c3
Reviewed-on: https://chromium-review.googlesource.com/1184716Reviewed-by: default avatarMoe Ahmadi <mahmadi@chromium.org>
Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585430}
parent 0526a044
...@@ -69,7 +69,6 @@ const CGFloat kSuggestionHorizontalMargin = 6; ...@@ -69,7 +69,6 @@ const CGFloat kSuggestionHorizontalMargin = 6;
- (void)setupSubviews { - (void)setupSubviews {
self.showsVerticalScrollIndicator = NO; self.showsVerticalScrollIndicator = NO;
self.showsHorizontalScrollIndicator = NO; self.showsHorizontalScrollIndicator = NO;
self.bounces = NO;
self.canCancelContentTouches = YES; self.canCancelContentTouches = YES;
UIStackView* stackView = [[UIStackView alloc] initWithArrangedSubviews:@[]]; UIStackView* stackView = [[UIStackView alloc] initWithArrangedSubviews:@[]];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment