Is this any Default Property in updated iOS14 or is it made in
SwiftUI
or is it a customUIView
?
- If it is Default Property, then how to use it ? (is it available in
Apple Documentation
) - If it is in
SwiftUI
, How to use this property inSwift5
? - If it is a Custom
UIView
, then How can I create one with opening and closing animation effects (if you have iPhone running iOS 14+, then you can see the animation effects when it opens or closes , it's like a Scaling Animation I guess) ???
Thanks