tolo / InterfaCSS

The CSS-inspired styling and layout framework for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ISSViewBuilder switchWithId:] returns UIStepper

bangerang opened this issue · comments

Hi,

This returns a UIStepper, not a UiSwitch :)

+ (UISwitch*) switchWithId:(NSString*)elementId {
    return [self setupView:[[UIStepper alloc] init] withId:elementId andStyleClass:nil];
}
+ (UISwitch*) switchWithStyle:(NSString*)styleClass {
    return [self setupView:[[UIStepper alloc] init] withStyleClass:styleClass];
}

Running version 1.5.

Oops! :) Fixed now, thanks.