python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Automation - How to give Accessibility identifier for ActionSheet elements
I need help to provide Accessibility identifier to the buttons in action sheet. I have 3 of them
let actionSheet = UIAlertController(title: nil, message: nil, preferredStyle: UIAlertController.Style.a...
Meri
Votes: 0
Answers: 1
Can I change size of UIAlertController?
we are using UIAlertController for message dialogs with UIAlertAction,
for example,
PlaneResultsDialog = UIAlertController (title: HeaderString, message: "", preferredStyle: .alert)
PlaneRe...
Yumoroz
Votes: 0
Answers: 1