Skip to content

Commit

Permalink
exposed toggle switch for customization (microsoft#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoo-msft authored Oct 5, 2018
1 parent 3b7309d commit beb592c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
@property NSString *id;
@property NSString *valueOn;
@property NSString *valueOff;
@property UISwitch *toggleSwitch;

- (instancetype)initWithInputToggle:(std::shared_ptr<AdaptiveCards::ToggleInput> const&)toggleInput
WithHostConfig:(std::shared_ptr<AdaptiveCards::HostConfig> const&)hostConfig;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ @implementation ACRToggleInputDataSource
{
std::shared_ptr<ToggleInput> _toggleInputDataSource;
std::shared_ptr<HostConfig> _config;
UISwitch *_toggleSwitch;
NSString *_title;
}

Expand Down

0 comments on commit beb592c

Please sign in to comment.