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
How do I Fade Label out at end instead of replacing end with "..." if it's too long / How to use GoogleToolboxForMac
I've found a solution with GTMFadeTruncatingLabelTest from GoogleToolboxForMac but don't really understand how to use it and I don't find anything about it
but if you have another solution besides of ...

David
Votes: 0
Answers: 2
How to contain overflowed UILabel's text inside UIView?
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .systemBackground
setup()
}
private func setup() {
...

Axel
Votes: 0
Answers: 1
real- time currency converter Swift
I'm trying to make a simple currency conversion application . here I am parsing json
static func fetchJson(key: String = "USD", completion: @escaping (ExchangeRates) -> ()) {
guard le...
iOSPrincess
Votes: 0
Answers: 2