What are layers?
Answer / Deepank Kumar
In iOS, layers are graphical objects that represent part of the view hierarchy. They can be used to create custom graphics, change drawing attributes, and add animations to your app's interface. Layers are part of Core Graphics and can be manipulated using various APIs like CALayer and CAShapeLayer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name the application thread from where uikit classes should be used?
Which language is best for ios development?
What is gcd in ios?
What's new with the ios 7 camera?
What is plist file and explain about it is usage in iOS operating system?
Are the nsmanagedobjectcontext queues serial or concurrent?
Outline the class hierarchy for a UIButton until NSObject.
Why do we override drawrect: method?
How would you create your own custom view?
What is nsmanagedobjectmodel?
What is difference between mvc and mvvm in ios?
Explain interfaces?