What is nsmutablearray in swift?



What is nsmutablearray in swift?..

Answer / Shemphan Sun

NSMutableArray is an Objective-C class that represents a dynamic, mutable array of objects. In Swift, the equivalent is Array<Element>, where Element can be replaced with any type.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Swift Interview Questions

What is an attribute in swift?

1 Answers  


Why is swift important?

1 Answers  


Is swift difficult to learn?

1 Answers  


What are type methods in swift?

1 Answers  


What is nil-coalescing operator?

1 Answers  


How to make a method or variable generics in swift?

1 Answers  


How is swift different from objective-c?

1 Answers  


What is framework in swift?

1 Answers  


Is swift garbage collected?

1 Answers  


What is swift property?

1 Answers  


What is reuseidentifier in swift?

1 Answers  


What is an argument in swift?

1 Answers  


Categories