Pinned Loading
-
PoorMansSSLPinning
PoorMansSSLPinning PublicEasily defeat MITM attacks on non-jailbroken phones without requiring a SSL cert or any complexities
Swift 2
-
A different approach to laying out v...
A different approach to laying out views. Designed for Swift, works in ObjC 1//
2// ViewPlace.swift
3//
45import UIKit
-
Iterate a tuple in Swift
Iterate a tuple in Swift 1func generatorForTuple(tuple: Any) -> AnyGenerator<Any> {
2return anyGenerator(Mirror(reflecting: tuple).children.lazy.map { $0.value }.generate())
3}
45let someTuple = ("1", 2, ["3"])
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.