little changes

This commit is contained in:
Kevin G Christiano 2020-04-14 10:49:36 -04:00
parent e03a4abbd5
commit 3466be23c8
2 changed files with 2 additions and 5 deletions

View File

@ -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
}
}

View File

@ -10,10 +10,8 @@ import Foundation
open class Styler {
//--------------------------------------------------
// MARK: - Enums
//--------------------------------------------------
// MARK:- Font Enum
public enum Font: String, Codable {
case Title2XLarge
case TitleXLarge