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

Highlights

  • Pro
Block or Report

Block or report ericjkunz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

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

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

    Swift 23 1

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

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

    6 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