Fix the scroll down button margins.

// FREEBIE
pull/1/head
Matthew Chen 7 years ago committed by Michael Kirk
parent b938ec6edf
commit cef1f9186d

@ -3126,7 +3126,7 @@ typedef NS_ENUM(NSInteger, MessagesRangeSizeMode) {
[circleView autoSetDimension:ALDimensionWidth toSize:kCircleSize];
[circleView autoSetDimension:ALDimensionHeight toSize:kCircleSize];
const CGFloat kButtonSize = kCircleSize + 15.f;
const CGFloat kButtonSize = kCircleSize + 2 * 15.f;
UIButton *scrollDownButton = [UIButton buttonWithType:UIButtonTypeCustom];
self.scrollDownButton = scrollDownButton;
[scrollDownButton addTarget:self

Loading…
Cancel
Save