Skip to content
View ericjkunz's full-sized avatar
📱
@ Instagram
📱
@ Instagram

Highlights

  • Pro

Block or report ericjkunz

Report abuse

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

Report abuse

Pinned Loading

  1. ml-opensource/Proximity ml-opensource/Proximity Public

    Detect when a BLE peripheral is held directly up to a host iOS device.

    Swift 29 1

  2. Compassionate-Code-Reviews Compassionate-Code-Reviews Public

    A short guide to keep at-hand when writing code reviews.

    7 2

  3. best-in-class.md best-in-class.md
    1
    # Best in Class iOS Apps
    2
    
                  
    3
    What things can I quantify that help make an app great?
    4
    
                  
    5
    A summary of: [A Best in Class iOS App](https://www.swiftjectivec.com/a-best-in-class-app/)
  4. PowerLevel.swift PowerLevel.swift
    1
        func shouldPerformIntensiveUnecessaryAnimation() -> Bool {
    2
            return ProcessInfo.processInfo.thermalState != ProcessInfo.ThermalState.critical ||
    3
                !ProcessInfo.processInfo.isLowPowerModeEnabled ||
    4
                !UIAccessibilityIsReduceMotionEnabled() ||
    5
                !(UIDevice.current.batteryLevel < 10 && UIDevice.current.batteryState == .unplugged)
  5. LocaleKit LocaleKit Public

    Forked from SneakersAgencyLLC/iOS-LocaleKit

    A pure Swift framework for managing localizations and locale-based config

    Swift

  6. Embedder Embedder Public

    An Xcode source editor extension for embedding lines of code

    Swift