Difference between a Scene and a View in iOS
I'm new to iOS I'm having trouble understanding the difference between scene and a view. Unfortunately Apple's documentation isn't helping me. I read that a scene is what you see on the screen. But isn't that what a view is? Are these two interchangeable terms? If not what are the differences, both functionality and best practice? How does a ViewController come into play for both of these? Any explanations or links are much appreciated. Kunal Balani In simple terms: View A UIView is a rectangular area that is displayed on the screen. ViewController A collection of Views displayed on the screen