简体   繁体   中英

ContentView V/S SuperView in iOS?

Well I am newbie, to iOS Application Development. I am reading through some reference to develop my application. https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIVisualEffectView/index.html#//apple_ref/occ/instp/UIVisualEffectView/contentView

I am familiar with the concept of Super View and Sub View from View Hierarchy with iOS. But I am confused with the term "ContentView" of the view. Does it mean the view itself or SuperView of that view ?

Please describe how to know what is contentView of the view ?

Well, contentView usually means the main/major view inside something.

In this context it means the view to which effect can be added which is synonym to contentView.

In UIScrollView, the word content refers to the main scrollable view in it. (just so you understand)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM