Skip to content

Instantly share code, notes, and snippets.

@totocaster
Created June 6, 2018 09:49
Show Gist options
  • Save totocaster/06caf7f0918973f113a1007bfa6df722 to your computer and use it in GitHub Desktop.
Save totocaster/06caf7f0918973f113a1007bfa6df722 to your computer and use it in GitHub Desktop.
#if swift(>=4.2)
import UIKit
extension UIEdgeInsets {
#warning("Xcode 10 UIEdgeInsets.zero fix present in codebase, remove when approprite.")
public static let zero = UIEdgeInsets()
}
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment