ViewComposer
ViewComposer copied to clipboard
Compose views using enums swiftly: `let label: UILabel = [.text("Hello"), .textColor(.red)]`
Problem with inheritence prevents us from making `UIScrolView` makeable. Since `UICollectionView` and `UITableView` inherits from it and they are `Makeable`.
Awaiting feedback on [this StackOverFlow question](https://stackoverflow.com/questions/44417669/swift-naming-collection-merge-methods-where-one-collection-has-priority-over-th).
Take a look at [this discussion on StackOverFlow](https://stackoverflow.com/questions/44393226)