Close Menu
  • Home
  • AI
  • Big Data
  • Cloud Computing
  • iOS Development
  • IoT
  • IT/ Cybersecurity
  • Tech
    • Nanotechnology
    • Green Technology
    • Apple
    • Software Development
    • Software Engineering

Subscribe to Updates

Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

    What's Hot

    performance – The optimal way for loading large video from iOS gallery + reopen it on next app launch

    March 1, 2026

    Quantum computer breakthrough tracks qubit fluctuations in real time

    February 28, 2026

    An interview with Amazon’s AI chief Peter DeSantis on plans to use in-house chips, Trainium and Inferentia, to develop AI models more cheaply, and more (Wall Street Journal)

    February 28, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    Big Tee Tech Hub
    • Home
    • AI
    • Big Data
    • Cloud Computing
    • iOS Development
    • IoT
    • IT/ Cybersecurity
    • Tech
      • Nanotechnology
      • Green Technology
      • Apple
      • Software Development
      • Software Engineering
    Big Tee Tech Hub
    Home»iOS Development»performance – The optimal way for loading large video from iOS gallery + reopen it on next app launch
    iOS Development

    performance – The optimal way for loading large video from iOS gallery + reopen it on next app launch

    big tee tech hubBy big tee tech hubMarch 1, 2026002 Mins Read
    Share Facebook Twitter Pinterest Copy Link LinkedIn Tumblr Email Telegram WhatsApp
    Follow Us
    Google News Flipboard
    performance – The optimal way for loading large video from iOS gallery + reopen it on next app launch
    Share
    Facebook Twitter LinkedIn Pinterest Email Copy Link


    What I need:

    • play a user-picked video from iPhone gallery with my custom playback controls

    • read the video metadata (ex. duration)

    • be able to reopen the video on next app launch

    • do it in the fastest way, even for multi-gigabyte videos

    • don’t deal with access permissions since iOS offers the built in secure photos picker

    After trying various approaches, it doesn’t look easy to accomplish all my needs. I found two options:

    • use PhotosPicker(selection: $selectedVideoItem, matching: .videos) component from swift UI. It provides PhotosPickerItem in result which I handle getting AVAsset from it and passing it to my videoplayer component. Two issues with this approach:

      • I need to utilize selectedVideoItem.itemIdentifier to be able to reopen the video on next app launch, but it isn’t accessible until user grants full access to photos gallery

      • PhotosPicker UI doesn’t look consistent – if an error occurs, the selectedVideoItem remains, so opening the picker second time shows it preselected, but it can’t be loaded because of the error

    • load the video as a file through loadFileRepresentation(). This seems to work and I will able to reopen the video on further app launches since it’s stored in a temp file. But I don’t like that the video is actually copied to a file, so I need to take care of it and handle surrounding edge cases (ex. failure on copy, limited storage space).

    So, interesting if there’s way to get this stuff working without copying the video to a temp file. Or maybe there’s another option…



    Source link

    app gallery iOS large Launch loading optimal performance reopen Video
    Follow on Google News Follow on Flipboard
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    tonirufai
    big tee tech hub
    • Website

    Related Posts

    Post | Cocoanetics

    February 28, 2026

    ios – How can I have a ScrollView scroll its contents to align with another View’s bottom edge?

    February 27, 2026

    swift – SwiftUI: Nested sheets dismissed on app background with TabView + NavigationStack + .navigationDestination (iOS 26)

    February 26, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    performance – The optimal way for loading large video from iOS gallery + reopen it on next app launch

    March 1, 2026

    Quantum computer breakthrough tracks qubit fluctuations in real time

    February 28, 2026

    An interview with Amazon’s AI chief Peter DeSantis on plans to use in-house chips, Trainium and Inferentia, to develop AI models more cheaply, and more (Wall Street Journal)

    February 28, 2026

    Proton–electron temporal asynchrony on femtosecond timescales enables anti-corrosive low-iridium anodes for PEM electrolysers

    February 28, 2026
    About Us
    About Us

    Welcome To big tee tech hub. Big tee tech hub is a Professional seo tools Platform. Here we will provide you only interesting content, which you will like very much. We’re dedicated to providing you the best of seo tools, with a focus on dependability and tools. We’re working to turn our passion for seo tools into a booming online website. We hope you enjoy our seo tools as much as we enjoy offering them to you.

    Don't Miss!

    performance – The optimal way for loading large video from iOS gallery + reopen it on next app launch

    March 1, 2026

    Quantum computer breakthrough tracks qubit fluctuations in real time

    February 28, 2026

    Subscribe to Updates

    Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

      • About Us
      • Contact Us
      • Disclaimer
      • Privacy Policy
      • Terms and Conditions
      © 2026 bigteetechhub.All Right Reserved

      Type above and press Enter to search. Press Esc to cancel.