little changes
This commit is contained in:
parent
e03a4abbd5
commit
3466be23c8
@ -13,7 +13,7 @@ public extension UIToolbar {
|
||||
|
||||
class func makeEmptyToolbar() -> UIToolbar {
|
||||
|
||||
let toolbar = UIToolbar(frame: CGRect(x: 0, y: 0, width: UIScreen.main.bounds.width, height: 44.0))
|
||||
let toolbar = UIToolbar(frame: CGRect(x: 0, y: 0, width: UIScreen.main.bounds.width, height: 44))
|
||||
toolbar.autoresizingMask = [.flexibleLeftMargin, .flexibleRightMargin, .flexibleWidth]
|
||||
toolbar.barStyle = .default
|
||||
toolbar.barTintColor = .mvmCoolGray3
|
||||
@ -33,4 +33,3 @@ public extension UIToolbar {
|
||||
return toolbar
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -10,10 +10,8 @@ import Foundation
|
||||
|
||||
|
||||
open class Styler {
|
||||
//--------------------------------------------------
|
||||
// MARK: - Enums
|
||||
//--------------------------------------------------
|
||||
|
||||
// MARK:- Font Enum
|
||||
public enum Font: String, Codable {
|
||||
case Title2XLarge
|
||||
case TitleXLarge
|
||||
|
||||
Loading…
Reference in New Issue
Block a user