Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 415 Bytes

README.rst

File metadata and controls

24 lines (15 loc) · 415 Bytes

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/