Skip to content
View miff's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@iomc-rs @IndominusGames
Block or Report

Block or report miff

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. VideoView.swift VideoView.swift
    1
    import UIKit
    2
    import AVKit
    3
    import AVFoundation
    4
    
                  
    5
    protocol VideViewDelegate {
  2. Motion.swift Motion.swift
    1
    func addMotion(for view: UIView) {
    2
        let min: CGFloat = -30
    3
        let max: CGFloat = 30
    4
    
                  
    5
        let xMotion = UIInterpolatingMotionEffect(keyPath: "layer.transform.translation.x", type: .tiltAlongHorizontalAxis)
  3. swift-promises swift-promises Public

    Forked from rringham/swift-promises

    Example implementation of promises in Swift

    Swift

  4. Depends on orientation of the device... Depends on orientation of the device, calculate a safe area and creates a rectangle with coordinates and dimensions.
    1
    //
    2
    //  SKScene+extension.swift
    3
    //
    4
    //  Created by Milan miff Djordjevic on 2/20/19.
    5
    //  Copyright © 2020 miff.me. All rights reserved.