---
title: "init(nibName:bundle:)"
framework: mapkit
role: symbol
role_heading: Initializer
path: "mapkit/mklookaroundviewcontroller/init(nibname:bundle:)"
---

# init(nibName:bundle:)

Creates a new LookAround view controller from the specified nib and bundle.

## Declaration

```swift
init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: Bundle?)
```

## Parameters

- `nibNameOrNil`: The name of the nib file.
- `nibBundleOrNil`: The doc://com.apple.documentation/documentation/Foundation/Bundle file.

## See Also

### Creating a LookAround controller

- [init(coder:)](mapkit/mklookaroundviewcontroller/init(coder:).md)
- [init(scene:)](mapkit/mklookaroundviewcontroller/init(scene:).md)
