mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-04 20:22:50 +00:00
Set the default values for showsVerticalScrollIndicator and showsHorizontalScrollIndicator (#1181)
The default values of showsVerticalScrollIndicator and showsHorizontalScrollIndicator should be YES to correspond with the UIKit flags.
This commit is contained in:
committed by
GitHub
parent
bfb22988f7
commit
d669be035b
@@ -70,6 +70,8 @@
|
||||
_contentInset = UIEdgeInsetsZero;
|
||||
_contentOffset = CGPointZero;
|
||||
_animatesContentOffset = NO;
|
||||
_showsVerticalScrollIndicator = YES;
|
||||
_showsHorizontalScrollIndicator = YES;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user