Skip to content

Instantly share code, notes, and snippets.

@tony0x59
Last active December 21, 2015 22:19
Show Gist options
  • Save tony0x59/6374671 to your computer and use it in GitHub Desktop.
Save tony0x59/6374671 to your computer and use it in GitHub Desktop.
设置本UIView透明,但子视图不受影响(不透明)
self.backgroundColor = [[UIColor darkGrayColor] colorWithAlphaComponent:0.85];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment