Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Xamarin-iOS/SfBusyIndicator/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation: ug

SfBusyIndicator makes it easy to let the user know when an application is busy. Simply wrap the relevant content in an instance of the SfBusyIndicator control and toggle its `IsBusy` property to True during any long-running process. The SfBusyIndicator should be used to indicate activity while content is being loaded or the UI is blocked waiting for a resource to become available.

![](images/overview.png)
![Overview of Xamarin.Ios Busyindicator.](images/overview.png)

## Key Features

Expand Down
2 changes: 1 addition & 1 deletion Xamarin-iOS/SfRotator/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ The placement position of navigation strip items such as Thumbnail or Dots can b

{% endtabs %}

![](images/rotator.png)
![Customize Rotator navigational item Position in Xamarin.Ios.](images/rotator.png)
6 changes: 3 additions & 3 deletions Xamarin-iOS/SfRotator/navigation-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The `NavigationStripMode` property specifies the appearance of navigation bar it

{% endtabs %}

![](images/thumbnail.png)
![Navigational mode by thumbnail in Xamarin.Ios Rotator.](images/thumbnail.png)

* `Dots` - The slider items will be loaded in dots view additionally. When a dots item is clicked, the slider will switch to the corresponding image data.

Expand All @@ -37,7 +37,7 @@ The `NavigationStripMode` property specifies the appearance of navigation bar it

{% endtabs %}

![](images/dots.png)
![Navigational mode by dots in Xamarin.Ios Rotator.](images/dots.png)

## Items / Dot Strip Positions

Expand Down Expand Up @@ -93,5 +93,5 @@ There are four available positions,

{% endtabs %}

![](images/tabstrip.png)
![Tabstrip item position in Xamarin.Ios Rotator.](images/tabstrip.png)

2 changes: 1 addition & 1 deletion Xamarin-iOS/SfRotator/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation: ug

SfRotator is a data control used to display images and navigate through them. The images can be selected either by Thumbnail or by Dots support.

![](images/overview.png)
![Overview of Xamarin.Ios Rotator.](images/overview.png)

## Key Features

Expand Down