---
title: imageURL
framework: tvservices
role: symbol
role_heading: Instance Property
path: tvservices/tvcontentitem/imageurl
---

# imageURL

A URL giving the location of the image to be displayed for this content item.

## Declaration

```swift
var imageURL: URL? { get set }
```

## Discussion

Discussion The image URL can be an absolute path on the local device or an HTTP path. The preferred file format for this image is a layered image file that provides the proper 3d effects. For more information, see App Programming Guide for tvOS.

## See Also

### Accessing Image Resources

- [imageURL(forTraits:)](tvservices/tvcontentitem/imageurl(fortraits:).md)
- [setImageURL(_:forTraits:)](tvservices/tvcontentitem/setimageurl(_:fortraits:).md)
- [TVContentItemImageTrait](tvservices/tvcontentitemimagetrait.md)
