what is the difference between nonatomic & atomic

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What language is ios based on?

466


What is sandbox in iOS operating system?

591


what’s accessibilityhint?

473


How do you setup/initialise a core data stack in your application?

444


what are fetched properties?

463






Explain the difference between cocoa and cocoa touch?

466


How to download xcode for iphone development?

416


Explain inheritance?

581


Multitasking support is available from which version in iOS operating system?

508


How to pass parameter to selector function in swift? : IOS Architect

672


What are the different store migration options? How do they work?

416


What does ios stand for in texting?

412


What are the location services?

481


What is the benefit of setting reuseidentifier to a non-nil value?

412


What is grand central dispatch ios?

481