<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.8.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSPointerArray/strongObjects()",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPointerArray(cm)strongObjectsPointerArray"
  },
  "title" : "strongObjects()"
}
-->

# strongObjects()

Returns a new pointer array that maintains strong references to its elements.

```
class func strongObjects() -> NSPointerArray
```

## Return Value

A new pointer array that maintains strong references to its elements.

## See Also

[`+  pointerArrayWithOptions:`](/documentation/Foundation/NSPointerArray/pointerArrayWithOptions:)

Returns a new pointer array initialized to use the given options.

[`+  pointerArrayWithPointerFunctions:`](/documentation/Foundation/NSPointerArray/pointerArrayWithPointerFunctions:)

A new pointer array initialized to use the given functions.

[`+  pointerArrayWithWeakObjects`](/documentation/Foundation/NSPointerArray/pointerArrayWithWeakObjects)

Returns a new pointer array that maintains weak references to its elements.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)