Using iCarousel framework on storyboards?

Yes, it works with storyboards. It works exactly the same way as before iOS 5 Storyboards.

Up vote 0 down vote favorite share g+ share fb share tw.

Has anyone tried to implement iCarousel with storyboards. I have an existing project, but not sure if this will work with Storyboards or not. Has anyone done this successfully, or provide any directions on what I need to do to implement this in a Storyboard project.

Objective-c ios storyboard link|improve this question asked Feb 13 at 23:30ios851507 82% accept rate.

NickLockwood He is the creator of that he can probably answer that question the best. – atrljoe Feb 14 at 13:53.

Yes, it works with storyboards. It works exactly the same way as before iOS 5 Storyboards. You can create a view in your storyboard and set its class property to be "iCarousel".

Then connect iCarousel delegate and dataSource properties to point to your view controller. (don't forget that your view controller must implement iCarouselDataSource and iCarouselDelegate protocols). You can create an outlet for your iCarousel view too.

Thats all for you to access and to control your iCarousel using Storyboards. Hope it helps, hbobenicio.

That is wrong. I've try to implement iCarousell in a Storyboard-Project and always get delegate and datasource errors. I think it only works with separated xib.

Always: this class is not key value coding-compliant for the key dataSource.

So, another problem is, that if a view-class was changed to iCarousel and command-b is set, after compiling the alert "Unknown class iCarousel in Interface Builder file. " comes. No, no, iCarousel and Storyboard isn't a good idea.

I found a solution. Don't copy the class iCarousel in the project-folder by adding them. Just reference to them.

Then it works.

And the solution: Make a new Class in your Xcode-Project, name it "iCarousel". Via drag & drop put the Code from the original classfiles in there. After that, it will work'S well.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions