Swift Main Thread Error
Hello friends. In this article, I will tell you about an error that occurs when processing with Swift. This error appears as follows.
1 |
UILabel.text must be used from main thread only |
After pulling more data from the internet, if we do something on the UI, we encounter this error. The reason for this is this. iOS does not lock the screen when […]