<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SafariServices",
  "identifier" : "/documentation/SafariServices/SSReadingList",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Safari Services"
    ],
    "preciseIdentifier" : "c:objc(cs)SSReadingList"
  },
  "title" : "SSReadingList"
}
-->

# SSReadingList

An object for adding items to a user’s Safari Reading List.

```
class SSReadingList
```

## Topics

### Getting the Reading List Singleton Object

[`+  defaultReadingList`](/documentation/SafariServices/SSReadingList/default())

Returns the Safari Reading List singleton object.

### Checking Whether a URL is Supported by Reading List

[`+  supportsURL:`](/documentation/SafariServices/SSReadingList/supportsURL(_:))

Determines whether a URL can be added to the Reading List.

### Adding an Item to the Reading List

[`-  addReadingListItemWithURL:title:previewText:error:`](/documentation/SafariServices/SSReadingList/addItem(with:title:previewText:))

Adds an item to the Reading List.

### Constants

[Reading List Error Domain](/documentation/SafariServices/reading-list-error-domain)

The domain used for Reading List errors.

[`Code`](/documentation/SafariServices/SSReadingListError/Code)

Messages that describe a Safari Reading List error.

## Relationships

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

---

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)