mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Various improvements
This commit is contained in:
parent
35c9a5d279
commit
2cb5122bb3
17 changed files with 221 additions and 108 deletions
|
|
@ -4,8 +4,8 @@ import UIKit
|
|||
import AsyncDisplayKit
|
||||
import TelegramPresentationData
|
||||
|
||||
private let textFont = Font.regular(13.0)
|
||||
private let selectedTextFont = Font.bold(13.0)
|
||||
private let textFont = Font.regular(14.0)
|
||||
private let selectedTextFont = Font.semibold(14.0)
|
||||
|
||||
public enum SegmentedControlLayout {
|
||||
case stretchToFill(width: CGFloat)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue