UPCarouselFlowLayout icon indicating copy to clipboard operation
UPCarouselFlowLayout copied to clipboard

Not working on Storyboard.

Open prateekpulp opened this issue 4 years ago • 1 comments

Trying to configure it in Storyboard but it is giving me this error. All three properties are not coding complaint.

[Storyboard] Unknown class _TtC14DayCare_Module20UPCarouselFlowLayout in Interface Builder file.

Failed to set (sideItemScale) user defined inspected property on (UICollectionViewLayout): [<UICollectionViewLayout 0x7fa9a8400480> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key sideItemScale.

Failed to set (sideItemAlpha) user defined inspected property on (UICollectionViewLayout): [<UICollectionViewLayout 0x7fa9a8400480> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key sideItemAlpha.

Failed to set (sideItemShift) user defined inspected property on (UICollectionViewLayout): [<UICollectionViewLayout 0x7fa9a8400480> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key sideItemShift.

prateekpulp avatar Mar 27 '20 11:03 prateekpulp

Any solution? I have the same Problem declaraning key path in storyboard.

wesoo avatar Apr 29 '22 13:04 wesoo