How to represent layer objects in iOS operating system ?
Answer / Ravindra Nath Gupta
Layer objects are represented using the Core Animation framework (CAAnimation and CALayer). You can create, configure, and add layer objects to a UIView using its layer property. Layers provide a rich set of properties for handling animations, transforms, shadows, and other visual effects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain differentiate between release and pool drain?
Which programming languages are used for ios development?
Do you know what are layer objects and what do they represent?
What is arc in ios?
Explain how app delegate is declared by Xcode project templates?
Explain Inapp purchase in iOS
Which framework delivers event to custom object when app is in foreground?
Explain ios multitasking?
What is ipad screen size?
What is iOS?
what is singleton class? Why the whole application creates a single instance?
What is use of uiapplication class?