# User Feed (2.3)

## 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="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FybnEDxrJYbGdlHGwm8Yd%2FScreenshot%202566-02-22%20at%2012.06.39.png?alt=media&#x26;token=890e1ebc-60a4-4a88-853c-ec913f3f594d" alt=""><figcaption></figcaption></figure>

## Private User Feed &#x20;

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

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FPqHIKOUZ2DnNzEq0M8ik%2FScreenshot%202566-02-22%20at%2012.07.55.png?alt=media&#x26;token=ec316ad6-83d3-4b7b-aa1c-8872a280665d" 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 can not see the feed content if user is not connected and the Privacy setting is Private. |

### Usage

**Create a Fragment**&#x20;

```swift
AmityUserFeedFragment
                .newInstance(user or userId)
                .build(activity)
```
