Skip to content

Instantly share code, notes, and snippets.

@JHPG
JHPG / apps.json
Last active May 8, 2017 18:50
Webapp hub json list
[
{
"name": "Facebook",
"url": "http://facebook.com/",
"hexColor": "#3A5998",
"logoUrl": "facebook-logo",
"textColor": "#FFFFFF"
},
{
"name": "Twitter",
@JHPG
JHPG / Animations.swift
Last active May 3, 2017 23:21
Some own animations and background effects
import UIKit
import AVFoundation
class Animations: NSObject {
var playerLayer = AVPlayerLayer()
/** Add dynamic animation to background view */
func motionBackground (view: UIView, qtd: Int){