Declared in UIButton+SplitforceCodeless.h

Overview

Additional utitilies to work with codeless variation objects

Tasks

  • – retest

    The default behaviour of a Codeless Button is to send a single timed and conversion goal
    upon touchUpInside and then close the variation. If you want to track multiple events
    on the button, you should call retest on the button after the completion of the experiment.

Instance Methods

retest

The default behaviour of a Codeless Button is to send a single timed and conversion goal
upon touchUpInside and then close the variation. If you want to track multiple events
on the button, you should call retest on the button after the completion of the experiment.

- (void)retest

Discussion

To ensure correct operation you should dispatch this to the next iteration of the runloop to make
sure that all target actions are complete before retesting.

Declared In

UIButton+SplitforceCodeless.h