ViewComposer icon indicating copy to clipboard operation
ViewComposer copied to clipboard

Compose views using enums swiftly: `let label: UILabel = [.text("Hello"), .textColor(.red)]`

Results 3 ViewComposer issues
Sort by recently updated
recently updated
newest added

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)

enhancement