Code Monkey home page Code Monkey logo

circular-carousel's Issues

android project

Hi . Do you have any Android apps for this beautiful source of software?
Thanks for the help

Android version ?

Hello, it's not an issue but I don't know where to post it.

I'm wondering are there an android version for this library by any chance?

Items Do Not Appear

I sincerely dont know how this library works. I have looked at the documentation and even started dissecting the example/model project to get if the documentation missed something.

I use a plain UIView as items, set backgroudcolor to orange to see them (replaced the model's items with the exact same UIViews to make sure that I am doing this correctly).

I set up a new class that inherits UITableViewCell, CircularCarouselDataSource and CircularCarouselDelegate. I add the references to the carousel like in the documentation and example. And I implemented the DataSource and Delegate again like the documentation and the example but I still dont get to see any of the items. The container/uitablecell that holds the items exists but the items do not. Is there something that I am missing?

One thing to note that I am doing differently is that I am not utilizing a storyboard and instead implementing the entire project programmatically.

Animation stuck

When I swipe down from the main screen
Then animation is stuck a little

Unable to find a specification for `RACarousel`

Hi I'm on Xcode 10.2.1 and try to install RACarousel using CocoaPods but I encounter this error while installing. Then I search CocoaPods library but I am not able to find RACarousel

[!] Unable to find a specification for `RACarousel`

You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

Note: as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default.

Cell not behind center item

I want center cell always on a front side and then second row and then last one to display like the globe tab icon here in gif. Is it possible?

tag

Doesn't work at all!

Falls on:

numberOfVisibleItems = Int(ceil(width / itemWidthWithSpacing)) + 2

The following callback method is even not called:

func carousel<CGFloat>(_ carousel: CircularCarousel, valueForOption option: CircularCarouselOption, withDefaultValue defaultValue: CGFloat) -> CGFloat {
	    switch option {
...
}

Maybe it is because I added carousel programmatically and with constraints

.swipeenabled does not work.

carousel.swipeEndabled = true does not let the user swipe on the carousel to move it. one must still press the next item for the carousel to move

heightForRowAt on main table view issue

hello,

im trying to modify the sample provided.

in the sample, there is the main table view contains 3 rows 0, 1 the buttons carousel, 2 the scrolling table "tableCarousel".

the main table heightForRowAt predefined the scrolling table "tableCarousel" row to fit all of the 10 items of tableCarousel.

now after I load data I changed the tableCarousel items to 5 but the main table heightForRowAt still predefined to 10 items and that's make a large white space.

i tried many solutions, I can't update the main heightForRowAt to fit my new data in realtime so i need to reload data and its not an option because reload data reset everything, the 5 tableCarousel too. how to achieve a flexible size of the 3rd-row "tableCarousel" so it can fit whatever data i pass to it ???

please help and if you didn't get my problem please tell me I could explain more.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.