Can you have an empty UILabel in Xcode?
Can a UILabel exist in the storyboard with height/width constraints but no text? My app displays data from an API that occasionally lags for a brief second before loading, even with a 3 second delay I set for the LaunchScreen.…