<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIImage/SymbolConfiguration-swift.class/configurationWithoutPointSizeAndWeight()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIImageSymbolConfiguration(im)configurationWithoutPointSizeAndWeight"
  },
  "title" : "configurationWithoutPointSizeAndWeight()"
}
-->

# configurationWithoutPointSizeAndWeight()

Returns a copy of the current symbol configuration object without point-size and weight information.

```
func configurationWithoutPointSizeAndWeight() -> Self
```

## Return Value

A new symbol configuration object without the specified information.

## Discussion

This method sets the weight value in the new object to [`UIImage.SymbolWeight.unspecified`](/documentation/UIKit/UIImage/SymbolWeight/unspecified) and removes the point-size information.

---

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)