I would like to know if there are any way to remove a button text or label text on compile time.
I have a view which download the content data from server, so meanwhile the request is happening I would like to have empty texts, and I would like to keep the text I am using on xcode, just on Xcode, in order to make easy find views and have more descriptive views on my Xcode while developing.
Right now for each view that I want to do that, I'm using "User defined runtime attributes", to set to the text value to empty string, but I would like to know if there is a better way to do that.
Thanks