---
title: TVInterfaceFactory
framework: tvmlkit
role: symbol
role_heading: Class
path: tvmlkit/tvinterfacefactory
---

# TVInterfaceFactory

A factory for the creation of views and view controllers.

## Declaration

```swift
class TVInterfaceFactory
```

## Overview

Overview The app can extend or override the framework implementation by setting extendedInterfaceCreator.

## Topics

### Extending an Interface

- [extendedInterfaceCreator](tvmlkit/tvinterfacefactory/extendedinterfacecreator.md)
- [shared()](tvmlkit/tvinterfacefactory/shared().md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [TVInterfaceCreating](tvmlkit/tvinterfacecreating.md)

## See Also

### Views and View Controllers

- [TVViewElement](tvmlkit/tvviewelement.md)
- [TVInterfaceCreating](tvmlkit/tvinterfacecreating.md)
- [TVBrowserViewController](tvmlkit/tvbrowserviewcontroller.md)
- [TVDocumentViewController](tvmlkit/tvdocumentviewcontroller.md)
