agusso / ASOXScrollTableViewCell

'Horizontal Scroll Table View Cell' library
MIT License
142 stars 25 forks source link

Error when implementing cell #12

Closed LunevNF closed 8 years ago

LunevNF commented 8 years ago

Hello. I was try to implement cell of ASOX by your example here: https://github.com/agusso/ASOXScrollTableViewCell/tree/master/Example/XScroll

But I always get this error:

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: (name != nil) && ([name length] > 0)'

As you see, Xcode can't find defined custom cell (in example it's named XScrollViewCell).

Next is my programm: http://image.prntscr.com/image/418e17778d044e66849a347be053b104.png http://image.prntscr.com/image/57efbe17a2b949e98eaefe8c0addba07.png http://image.prntscr.com/image/8bce4fd2d8a94dc7a8c681f6d83eda73.png

Please, help me to resolve this issue. :)

LunevNF commented 8 years ago

I don't know how, but it resolved them self. I don't touch anything. Thanks for help.