SuggestionRow icon indicating copy to clipboard operation
SuggestionRow copied to clipboard

Swift 3.2 Conformance issues

Open akac opened this issue 7 years ago • 1 comments

SuggestionCollectionCell.swift:13:40: Redundant conformance constraint 'T': 'SuggestionValue' SuggestionCollectionCell.swift:61:34: Cast from 'RowOf<T>!' to unrelated type '_SuggestionRow<SuggestionCollectionCell<T, CollectionViewCell>>' always fails

SuggestionTableCell.swift:57:34: Cast from 'RowOf<T>!' to unrelated type '_SuggestionRow<SuggestionTableCell<T, TableViewCell>>' always fails SuggestionRow/SuggestionTableCell.swift:11:35: Redundant conformance constraint 'T': 'SuggestionValue'

akac avatar Aug 02 '17 03:08 akac

The same warning on Swift 4.2

hrvoje0099 avatar Oct 08 '18 15:10 hrvoje0099