Skip to content

Instantly share code, notes, and snippets.

@magichim
Created May 21, 2020 14:11
Show Gist options
  • Save magichim/cd5a1a80e95d45b91e0be12f3719a824 to your computer and use it in GitHub Desktop.
Save magichim/cd5a1a80e95d45b91e0be12f3719a824 to your computer and use it in GitHub Desktop.
swift loading view
if albumArray[self.selectedAlbumIdx!].loadingStatus {
loadingView.backgroundColor = .darkGray
loadingView.frame = CGRect(x: 0, y: 0, width: UIScreen.main.bounds.size.width, height: UIScreen.main.bounds.size.height)
self.view.addSubview(loadingView)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment