Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MobileScreenReadersApi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
public_accessibility_software
MobileScreenReadersApi
Commits
bbf6d6bb
Commit
bbf6d6bb
authored
May 01, 2020
by
Paolo Pecis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Xamarin DescribedByView code for iOS
parent
37c10ae6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
12 deletions
+33
-12
UserPrefs.xml
...ccessibility/.vs/CustomViewAccessibility/xs/UserPrefs.xml
+5
-5
UserInterfaceState.xcuserstate
...ata/paolopecis.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
Main.storyboard
...ribedByView/IOSDescribedByView/Base.lproj/Main.storyboard
+20
-5
ViewController.swift
...OSDescribedByView/IOSDescribedByView/ViewController.swift
+8
-2
No files found.
AccessibleView/XAMARINCustomViewAccessibility/.vs/CustomViewAccessibility/xs/UserPrefs.xml
View file @
bbf6d6bb
<Properties
StartupConfiguration=
"{B0A427EE-702C-4B88-B9C7-4B4D3BCF8F4F}|Default"
>
<MonoDevelop.Ide.Workbench
ActiveDocument=
"CustomViewAccessibility.iOS/I
nfo.plist
"
>
<MonoDevelop.Ide.Workbench
ActiveDocument=
"CustomViewAccessibility.iOS/I
OSAccessibleButton.cs
"
>
<Files>
<File
FileName=
"CustomViewAccessibility/MainPage.xaml"
Line=
"3"
Column=
"72"
/>
<File
FileName=
"CustomViewAccessibility/MainPage.xaml.cs"
Line=
"18"
Column=
"31"
/>
<File
FileName=
"CustomViewAccessibility.Android/AndroidAccessibleButton.cs"
Line=
"56"
Column=
"60"
/>
<File
FileName=
"CustomViewAccessibility.iOS/IOSAccessibleButton.cs"
/>
<File
FileName=
"CustomViewAccessibility.iOS/IOSAccessibleButton.cs"
Line=
"48"
Column=
"49"
/>
<File
FileName=
"CustomViewAccessibility/IAccessibleButton.cs"
/>
<File
FileName=
"CustomViewAccessibility.iOS/Info.plist"
/>
<File
FileName=
"CustomViewAccessibility.iOS/AppDelegate.cs"
/>
...
...
@@ -23,16 +23,16 @@
</Node>
<Node
name=
"CustomViewAccessibility.Android"
expanded=
"True"
/>
<Node
name=
"CustomViewAccessibility.iOS"
expanded=
"True"
>
<Node
name=
"I
nfo.plist
"
selected=
"True"
/>
<Node
name=
"I
OSAccessibleButton.cs
"
selected=
"True"
/>
</Node>
</Node>
</State>
</Pad>
</Pads>
</MonoDevelop.Ide.Workbench>
<MonoDevelop.Ide.ItemProperties.CustomViewAccessibility.iOS
automaticSigning=
"False"
PreferredExecutionTarget=
"MonoDevelop.IPhone.IPhone
SimulatorTarget.DC55AF67-93B2-4E7D-8A51-159D9F9D6A06
"
/>
<MonoDevelop.Ide.ItemProperties.CustomViewAccessibility.iOS
automaticSigning=
"False"
PreferredExecutionTarget=
"MonoDevelop.IPhone.IPhone
DeviceTarget.a0e5d005d2a40304c7f69660b3e0435054a9bcff
"
/>
<MonoDevelop.Ide.DebuggingService.PinnedWatches
/>
<MonoDevelop.Ide.Workspace
ActiveConfiguration=
"Debug"
/>
<MonoDevelop.Ide.Workspace
ActiveConfiguration=
"Debug
|iPhone
"
/>
<MonoDevelop.Ide.DebuggingService.Breakpoints>
<BreakpointStore
/>
</MonoDevelop.Ide.DebuggingService.Breakpoints>
...
...
DescribedByView/IOSDescribedByView/IOSDescribedByView.xcodeproj/project.xcworkspace/xcuserdata/paolopecis.xcuserdatad/UserInterfaceState.xcuserstate
View file @
bbf6d6bb
No preview for this file type
DescribedByView/IOSDescribedByView/IOSDescribedByView/Base.lproj/Main.storyboard
View file @
bbf6d6bb
<?xml version="1.0" encoding="UTF-8"?>
<document
type=
"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB"
version=
"3.0"
toolsVersion=
"13122.16"
targetRuntime=
"iOS.CocoaTouch"
propertyAccessControl=
"none"
useAutolayout=
"YES"
useTraitCollections=
"YES"
useSafeAreas=
"YES"
colorMatched=
"YES"
initialViewController=
"BYZ-38-t0r"
>
<document
type=
"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB"
version=
"3.0"
toolsVersion=
"16096"
targetRuntime=
"iOS.CocoaTouch"
propertyAccessControl=
"none"
useAutolayout=
"YES"
useTraitCollections=
"YES"
useSafeAreas=
"YES"
colorMatched=
"YES"
initialViewController=
"BYZ-38-t0r"
>
<device
id=
"retina6_1"
orientation=
"portrait"
appearance=
"light"
/>
<dependencies>
<plugIn
identifier=
"com.apple.InterfaceBuilder.IBCocoaTouchPlugin"
version=
"1
3104.12
"
/>
<plugIn
identifier=
"com.apple.InterfaceBuilder.IBCocoaTouchPlugin"
version=
"1
6087
"
/>
<capability
name=
"Safe area layout guides"
minToolsVersion=
"9.0"
/>
<capability
name=
"documents saved in the Xcode 8 format"
minToolsVersion=
"8.0"
/>
</dependencies>
...
...
@@ -9,16 +10,30 @@
<!--View Controller-->
<scene
sceneID=
"tne-QT-ifu"
>
<objects>
<viewController
id=
"BYZ-38-t0r"
customClass=
"ViewController"
customModuleProvider=
"target"
sceneMemberID=
"viewController"
>
<viewController
id=
"BYZ-38-t0r"
customClass=
"ViewController"
customModule
=
"IOSDescribedByView"
customModule
Provider=
"target"
sceneMemberID=
"viewController"
>
<view
key=
"view"
contentMode=
"scaleToFill"
id=
"8bC-Xf-vdC"
>
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"
375"
height=
"667
"
/>
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"
414"
height=
"896
"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
heightSizable=
"YES"
/>
<color
key=
"backgroundColor"
xcode11CocoaTouchSystemColor=
"systemBackgroundColor"
cocoaTouchSystemColor=
"whiteColor"
/>
<subviews>
<stackView
opaque=
"NO"
contentMode=
"scaleToFill"
fixedFrame=
"YES"
axis=
"vertical"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"WPz-HS-NZ7"
>
<rect
key=
"frame"
x=
"152"
y=
"348"
width=
"110"
height=
"200"
/>
<autoresizingMask
key=
"autoresizingMask"
flexibleMaxX=
"YES"
flexibleMaxY=
"YES"
/>
</stackView>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
fixedFrame=
"YES"
text=
"Label"
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"89f-LT-SIC"
>
<rect
key=
"frame"
x=
"186"
y=
"211"
width=
"42"
height=
"21"
/>
<autoresizingMask
key=
"autoresizingMask"
flexibleMaxX=
"YES"
flexibleMaxY=
"YES"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"17"
/>
<nil
key=
"textColor"
/>
<nil
key=
"highlightedColor"
/>
</label>
</subviews>
<color
key=
"backgroundColor"
systemColor=
"systemBackgroundColor"
cocoaTouchSystemColor=
"whiteColor"
/>
<viewLayoutGuide
key=
"safeArea"
id=
"6Tk-OE-BBY"
/>
</view>
</viewController>
<placeholder
placeholderIdentifier=
"IBFirstResponder"
id=
"dkx-z0-nzr"
sceneMemberID=
"firstResponder"
/>
</objects>
<point
key=
"canvasLocation"
x=
"137.68115942028987"
y=
"114.50892857142857"
/>
</scene>
</scenes>
</document>
DescribedByView/IOSDescribedByView/IOSDescribedByView/ViewController.swift
View file @
bbf6d6bb
...
...
@@ -9,12 +9,18 @@
import
UIKit
class
ViewController
:
UIViewController
{
var
label1
:
UILabel
!
var
text
:
UITextView
!
override
func
viewDidLoad
()
{
super
.
viewDidLoad
()
// Do any additional setup after loading the view.
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment