python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Fetch text UIColor in XCUITest
I am writing UI tests from my watchOS project and currently looking how to fetch UIColor attribute from from UILabel and UIButton in XCUIText?
Maybe someone knows how to do it?
zhanch
Votes: 0
Answers: 1
Change word colour from sentence with regex
I have sentence "This is my first test", I need to change for example word "first" to another colour. But this sentences will come from backend. So,i need maybe with regex take wor...
helloPubick
Votes: 0
Answers: 1
How to find current color in UIImageView and change repeatedly?
I have this UIImageView where I am only changing the white color of the image. When the white color changes it doesn't change again because the white color is no longer white anymore. I want to access...
user18260855
Votes: 0
Answers: 1
Cant convert string hex into hexint and then into UIColor
I have JSON Data with an array of strings. When I decode this data I need to convert strings into ints and then use it for creating UIColors. But when I convert my hexadecimal from string to int it re...
synecdochenoire
Votes: 0
Answers: 1