Skip to content

Instantly share code, notes, and snippets.

View ashishkanani's full-sized avatar
🎯
Focusing

Ashish Kanani ashishkanani

🎯
Focusing
  • Earth
View GitHub Profile
//
// ClusterIconGenerator.swift
//
import Foundation
import GoogleMapsUtils
class ClusterIconGenerator: NSObject, GMUClusterIconGenerator {
//
// MediaPicker.swift
//
/*
The last step you must open info.plist in your Xcode project. By write dictinary value as follow
key → Privacy - Camera Usage Description, value → $(PRODUCT_NAME) Camera use.
key → Privacy - Photo Library Usage Description, value → $(PRODUCT_NAME) Photo use.
//
// AppCell.swift
//
//
import Foundation
import UIKit
/// MARK: - This protocol is used to allows cell to be dequeued with strong type
public protocol DequeuableProtocol: class {
//
// AppUserDefaults.swift
//
import Foundation
import SwiftyJSON
enum AppUserDefaults {
//
// AppStoryboard.swift
//
// USAGE
// let greenScene = GreenVC.instantiate(fromAppStoryboard: .Main)
import Foundation
import AVKit