What is view object in ios?
Answer / Sourav Kumar Srivastava
A View Object in iOS is a graphical control element that can contain other controls or graphics, and can respond to user interactions like touches. UIView is the base class for all visual objects in iOS.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which framework delivers event to custom object when app is in foreground?
Who calls the main function of you app during the app launch cycle in iOS operating system?
1 Answers TryTechnicals Pvt Ltd,
what is the difference between Xcode, Cocoa and Objective C?
Mention what is the use of po command in xcode?
what are the build phases available in Xcode?
Which is the default for synthesized properties?
What is strong in ios?
Explain UIApplication delegate
What is messaging? How does the runtime handle message passing?
How to debug a crash in the auto-release pool?
What is the difference between synchronous & asynchronous task in ios?
Which compiler is used by ios? : IOS Architect