# User Feed

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FyWzMSQE2btMS9Eu7lQAc%2FScreenshot%202566-02-22%20at%2006.16.25.png?alt=media&#x26;token=2cca423a-2397-4e49-a454-94f581f3c759" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2Fan9xOCpqnYKB4Hm1ruCp%2FScreenshot%202566-02-22%20at%2006.17.38.png?alt=media&#x26;token=52687d4d-d251-4b67-8d1c-9811197fd2fd" alt=""><figcaption><p>Empty state of other user's profile</p></figcaption></figure>

### Features

| Feature   | Description                                                        |
| --------- | ------------------------------------------------------------------ |
| User feed | User can scroll vertically to see a list of posts from a user feed |

### Usage

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

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