Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added IsBusy functionality #16

Merged
merged 1 commit into from
May 8, 2024
Merged

Added IsBusy functionality #16

merged 1 commit into from
May 8, 2024

Conversation

IeuanWalker
Copy link
Owner

2024-05-08.17-08-46.mp4

Two new files, `IsBusyTestPage.xaml.cs` and `IsBusyTestPage.xaml`, have been added to `App.csproj`. The `CustomSwitch` control in `IosSwitch.xaml` and `CustomSwitch.xaml` now has a new `IsBusy` property, indicating whether the switch is busy, and an `IsBusyContent` property, which displays an `ActivityIndicator` when the switch is busy. A new button has been added to `MainPage.xaml` that navigates to the `IsBusyTestPage`. The `IsBusyTestPage.xaml` contains two `IosSwitch` controls bound to the `IsToggled` property of a `DynamicToggle` switch.
@IeuanWalker IeuanWalker linked an issue May 8, 2024 that may be closed by this pull request
@IeuanWalker IeuanWalker merged commit 4baa20e into master May 8, 2024
0 of 2 checks passed
@IeuanWalker IeuanWalker deleted the IsBusy branch May 8, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] Support IsBusy
1 participant