# User Feed (2.2)

## Default User Feed &#x20;

This view allows user to view and interact with the feed content normally. This also applies when the Privacy setting is Public.

<figure><img src="/files/3UqUheHziGya6X1SBpOy" alt=""><figcaption></figcaption></figure>

## Private User Feed &#x20;

This view blocks any user to see the target user's feed content. This view only exist if the Private setting is Private.

<figure><img src="/files/NLI4vbiOijoFWOAI9dJn" alt=""><figcaption></figcaption></figure>

### Features

| Feature      | Description                                                                                  |
| ------------ | -------------------------------------------------------------------------------------------- |
| User feed    | User can scroll vertically to see a list of posts from a user feed                           |
| Private feed | User cannot see the feed content if user is not connected and the Privacy setting is Private |

### Usage

```swift
// Current user feed
let viewController = AmityMyFeedViewController.make()

// Some user feed
let viewController = AmityUserFeedViewController.makeUserFeed(withUserId: "USER_ID")
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.social.plus/social-plus-uikit/uikit-3/ios/community/components/user-profile-page-2.2/user-feed-2.2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
