<!--
{
  "availability" : [
    "iOS: 9.1.0 -",
    "iPadOS: 9.1.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/PhotosUI/PHLivePhotoViewDelegate/livePhotoView(_:extraMinimumTouchDurationFor:with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "PhotosUI"
    ],
    "preciseIdentifier" : "c:objc(pl)PHLivePhotoViewDelegate(im)livePhotoView:extraMinimumTouchDurationForTouch:withStyle:"
  },
  "title" : "livePhotoView(_:extraMinimumTouchDurationFor:with:)"
}
-->

# livePhotoView(_:extraMinimumTouchDurationFor:with:)

Notifies the delegate to offset the timing of a touch.

```
optional func livePhotoView(_ livePhotoView: PHLivePhotoView, extraMinimumTouchDurationFor touch: UITouch, with playbackStyle: PHLivePhotoViewPlaybackStyle) -> TimeInterval
```

## Parameters

`livePhotoView`

The view that ends playback of Live Photos content.

`touch`

The touch to offset the timing for.

`playbackStyle`

The style of playback, indicating whether the content plays in full or as a brief preview.

## Return Value

The time interval offset.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)