---
title: PHImageRequestOptionsVersion.current
framework: photos
role: symbol
role_heading: Case
path: photos/phimagerequestoptionsversion/current
---

# PHImageRequestOptionsVersion.current

Request the most recent version of the image asset (the one that reflects all edits).

## Declaration

```swift
case current
```

## Discussion

Discussion The resulting image is the rendered output from all previously made adjustments.

## See Also

### Constants

- [PHImageRequestOptionsVersion.unadjusted](photos/phimagerequestoptionsversion/unadjusted.md)
- [PHImageRequestOptionsVersion.original](photos/phimagerequestoptionsversion/original.md)
