Fix enum to objc core data for app permission

This commit is contained in:
Joe Mattiello
2023-03-04 04:00:00 -05:00
parent 452cf89c95
commit 1f2693bea6
13 changed files with 90 additions and 17 deletions

View File

@@ -10,7 +10,9 @@ import UIKit
import RoxasUIKit
@objc
final class NavigationBar: UINavigationBar {
@objc
@IBInspectable var automaticallyAdjustsItemPositions: Bool = true
private let backgroundColorView = UIView()