Giter Club home page Giter Club logo

kdgoalbar's Issues

How to implement KDGoalBar using Interface Builder or programatically

Hello, this is a not exactly an issue but I'm trying to implement KDGoalBar programatically with no success.

I am trying to make it work on a project with no storyboards, initializing it with initWithFrame and adding it as a subview of the main view. Something like this:

Header file:

@property (weak, nonatomic) KDGoalBar *goalBar;

Implementation file:

- (void)viewDidLoad
{
    CGRect goalBarFrame = CGRectMake(160, 320, 177, 177);
    [goalBar initWithFrame:goalBarFrame];
    [goalBar setAllowDragging:YES];
    [goalBar setAllowSwitching:NO];
    [goalBar setPercent:68 animated:NO];
    [[self view] addSubview:goalBar];
}

I get no errors, just a blank view. Using the debugger I can see the goalBar variable holds a healthy KDGoalBar object, but it just doesn't get displayed.

Any ideas? Thanks in advance.

How to get selected value?

Hi guys, pls, could you help me with code, which I have to use if I want to read selected value in your object?

For instance: I have two your sliders in my app and I want to show higher value as new label.

I created vertical slider with same design, so I could countribute your project this week.

Thanks for help!

Jan
([email protected], Skype: janrock)

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.