About Tableview and Button Unselectable Grayouts

Asked 1 years ago, Updated 1 years ago, 120 views

I am creating an application with swift.

I found out how to disable TableView and buttons, but
I don't know how to gray out.

I am forcing myself to change the color and title of the background.
Is there anything wrong?

In particular, I set the icon in Tableview, so I am troubled that it is not possible with the above method.
(Do I need to create a grayout version of the icon?)

Thank you for your cooperation.

swift ios swift3

2022-09-30 21:27

1 Answers

What I've seen is to put a light gray alpha on the cell in advance and separate hidden by processing.I hope it will be helpful.


2022-09-30 21:27

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.