what is the difference between nonatomic & atomic
Answer / babu
Nonatomic and atomic are objective C properties. Atomic is more resistant to threading errors. By default all properties are atomic. In nonatomic, no such guarantees are made. Thus, nonatomic is considerably faster than “atomic”.
| Is This Answer Correct ? | 0 Yes | 0 No |
What persistent storage core data uses to save data?
What is use of uiapplication class?
From which ios version, arc is supported?
What is memory management handled on ios?
What is abstract class in ios?
Is apple ios based on linux?
What is bundle id?
Explain keywords alloc and new?
Are document objects required for an application? What does they offer?
What is storyboard?
Implement the following methods: retain, release, auto release in iOS operating system?
what is your preferred programming language? Why? How long will it take you to learn a new programming language?