Skip to content

Commit

Permalink
some icons fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
crescentheaded committed Mar 9, 2024
1 parent 74ec433 commit 7235e7d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
https://www.funkify.org
https://wise.design
https://www.oxo.com

спиздить у кирилла слайд про мужиков
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Understanding interfaces
@TitleHeading("Accessible Interface")
@PageImage(
purpose: icon,
source: "list",
source: "elements",
alt: "")
@PageImage(
purpose: card,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@
https://developer.apple.com/wwdc21/10275
}

@Metadata {
@PageColor(blue)
@TitleHeading("Accessibility Enterprise")
@PageImage(
purpose: icon,
source: "outline",
alt: "")
@PageImage(
purpose: card,
source: "placeholder-image",
alt: "")
@CallToAction(
url: "https://www.apple.com/accessibility/",
purpose: link,
label: "Accessibility Production")
}

Talking about iOS applications development support of Accessibility Features is not something extrinsic that comes from adaption but an immanent part of universal design. Building apps using UI frameworks natively suggests accessibility. Default structures used to build interfaces often include sufficient solutions for the elements to be accessible without developers intervention. But even if there is additional work on accessibility being done it something isn't enough for the application to be truly accessible.

In this tutorial we're going to cover some of the aspects of apps design that are essential to be considered if you want your product to be accessible.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7235e7d

Please sign in to comment.