Hi, 😊
I'm learning swift and I have issues with with functions containing the : button.title(for: .normal) == nil
so apparently since IOS 15 the code of the button is different
but I haven't being able to found the code snip to test ```
button.title(for: .normal) == nil
I'm also looking for the new way of writing button.setTitle(nil, for: .normal)
Anybody has a clue ?
Cheers
How is the new way to test button.title(for: .normal) == nil and since IOS 15
Add a Comment