xcode - iOS Modal ViewController with Transparent BG and Opaque Foreground -


i trying create modal view in xcode storyboard background semi-transparent. on view have placed tableview want appear opaque background. unfortunately, both appearing either semi-transparent or opaque.

is there workaround this?

p.s. using swift programming language.

don't make tableview child view of transparent view,your view hierarchy should view transparentview tableview


Comments