---
title: LibraryItem.Category
framework: developertoolssupport
role: symbol
role_heading: Structure
path: developertoolssupport/libraryitem/category
---

# LibraryItem.Category

The kinds of library items that you can create.

## Declaration

```swift
struct Category
```

## Overview

Overview When you specify a category for a library item, Xcode can group it with similar items in the library, making it easier for you to find. Categories provide visual treatment in the Xcode Library, but the treatment for each category depends on where the asset resides within the library.

## Topics

### Specifying a Category

- [control](developertoolssupport/libraryitem/category/control.md)
- [effect](developertoolssupport/libraryitem/category/effect.md)
- [layout](developertoolssupport/libraryitem/category/layout.md)
- [other](developertoolssupport/libraryitem/category/other.md)

## See Also

### Creating a Library Item

- [init(_:visible:title:category:matchingSignature:)](developertoolssupport/libraryitem/init(_:visible:title:category:matchingsignature:).md)
