mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 06:33:42 +00:00
[ios] Fix track stats collection trailing inset
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
a88798fbf2
commit
f746ab2c2d
@@ -63,7 +63,7 @@ final class ElevationProfileViewController: UIViewController {
|
||||
// MARK: - Private methods
|
||||
|
||||
private func setupViews() {
|
||||
view.styleName = "Background"
|
||||
view.setStyle(.background)
|
||||
setupDescriptionCollectionView()
|
||||
setupChartView()
|
||||
}
|
||||
@@ -84,6 +84,8 @@ final class ElevationProfileViewController: UIViewController {
|
||||
descriptionCollectionView.isScrollEnabled = false
|
||||
descriptionCollectionView.contentInset = Constants.descriptionCollectionViewContentInsets
|
||||
descriptionCollectionView.translatesAutoresizingMaskIntoConstraints = false
|
||||
descriptionCollectionView.showsHorizontalScrollIndicator = false
|
||||
descriptionCollectionView.showsVerticalScrollIndicator = false
|
||||
}
|
||||
|
||||
private func layoutViews() {
|
||||
|
||||
Reference in New Issue
Block a user