This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Add your project and customize you UIImageViewer. | |
| import UIKit | |
| @IBDesignable | |
| class UIImageViewX: UIImageView { | |
| // MARK: - Properties | |
| @IBInspectable public var borderColor: UIColor = UIColor.clear { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // CustomUIViewClass.swift | |
| // | |
| // Created by S M HEMEL on 12/09/18. | |
| // Copyright © 2018 S M HEMEL. All rights reserved. | |
| // | |
| import UIKit | |
| @IBDesignable |
NewerOlder