pavankataria / SwiftDataTables

A Swift Data Table package, display grid-like data sets in a nicely formatted table for iOS. Subclassing UICollectionView that allows ordering, and searching with extensible options.
MIT License
446 stars 69 forks source link

-[UIView setImage:]: unrecognized selector #52

Open milindrc opened 4 years ago

milindrc commented 4 years ago

Getting this error

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIView setImage:]: unrecognized selector sent to instance 0x1022cec80'

pavankataria commented 4 years ago

Where are you getting this?