Releases: yenom/Mew
Releases · yenom/Mew
v0.5.2
v0.5.1
v0.5.0
- Injectable UIView can be registered/dequeued as UITableView/UICollectionView cells
- Register/Dequeue Interface of CollectionViewCell and TableViewCell changed
- registerAsCollectionViewCell(on:)
- registerAsCollectionViewHeaderFooterView(on:)
- registerAsTableViewCell(on:)
- registerAsTableViewHeaderFooterView(on:)
- dequeueAsCollectionViewCell(from:)
- dequeueAsCollectionViewHeaderFooterView(from:)
- dequeueAsTableViewCell(from:)
- dequeueAsTableViewHeaderFooterView(from:)