Skip to content

Instantly share code, notes, and snippets.

@bill350
Last active March 24, 2020 16:57
Show Gist options
  • Save bill350/0e9e6e0883595a3f67b14acd6f3ea9c9 to your computer and use it in GitHub Desktop.
Save bill350/0e9e6e0883595a3f67b14acd6f3ea9c9 to your computer and use it in GitHub Desktop.
import UIKit
/// UIKit properties for ViewModels
struct FormItemUIProperties {
var tintColor = UIColor.red
var keyboardType = UIKeyboardType.default
var cellType: FormItemCellType?
}
@recragunath
Copy link

Hi Could you please provide the entire project link to download?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment