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 |
What is an attribute in swift?
Why is swift important?
Is swift difficult to learn?
What are type methods in swift?
What is nil-coalescing operator?
How to make a method or variable generics in swift?
How is swift different from objective-c?
What is framework in swift?
Is swift garbage collected?
What is swift property?
What is reuseidentifier in swift?
What is an argument in swift?