• Stars
    star
    127
  • Rank 282,790 (Top 6 %)
  • Language
    Objective-C
  • License
    Apache License 2.0
  • Created about 12 years ago
  • Updated about 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iOS client library for Clutch.io

Clutch iOS Client

This is the iOS client library for Clutch.io.

Example

Here's how you might use it for simple A/B testing:

[ClutchAB testWithName:@"signUpBtnColor" A:^{
    // Display green sign-up button
} B:^{
    // Display blue sign-up button
}];

Documentation

More documentation can be found at: http://docs.clutch.io/