Skip to content

Commit

Permalink
Merge pull request #124 from MADE-Apps/feature/ios-improvements
Browse files Browse the repository at this point in the history
Added iOS core element wrappers and locator improvements
  • Loading branch information
jamesmcroft authored Apr 5, 2022
2 parents 418daa0 + 3c8fb43 commit aa98a55
Show file tree
Hide file tree
Showing 13 changed files with 2,969 additions and 5 deletions.
7 changes: 6 additions & 1 deletion docs/articles/features/ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ These iOS control wrappers are designed to be used with applications built for t

## Available element wrappers

There are currently no base element wrappers for iOS controls. As we added more iOS element wrappers, we will update the documentation here.
- [Button](xref:Legerity.IOS.Elements.Core.Button)
- [Label](xref:Legerity.IOS.Elements.Core.Label)
- [ProgressView](xref:Legerity.IOS.Elements.Core.ProgressView)
- [Slider](xref:Legerity.IOS.Elements.Core.Slider)
- [Switch](xref:Legerity.IOS.Elements.Core.Switch)
- [TextField](xref:Legerity.IOS.Elements.Core.TextField)
Loading

0 comments on commit aa98a55

Please sign in to comment.