Skip to content

Instantly share code, notes, and snippets.

View magicmikek's full-sized avatar
🎯
Focusing

Mike Koene magicmikek

🎯
Focusing
View GitHub Profile
import UIKit
import AVFoundation
import Photos
import MobileCoreServices
class ViewController: UIViewController {
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
startVideoToGIFProcess()