Skip to content
View alexslee's full-sized avatar

Highlights

  • Pro

Block or report alexslee

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
alexslee/README.md

Random iOS write-ups

If Burbulla saw what I tried to pass off as linear algebra in these two posts, he'd probably try and take my iron ring away

Open-source Swift Packages I wrote

  • DesignReviewer: cut down on Xcode lag, and debug/make tweaks to your UI right from your application
    • Complete with an implementation of the 3D view hierarchy experience you get from Xcode, written with incremental CALayer transforms + CAAnimation -- handily enough, those transformations are documented in the code + the fundamentals are written in the articles above
  • FlexSeal: A lifecycle tracking tool to find potential memory leaks during development and testing. Displays the count + addresses of all instances of the classes you wish to track, with handy visual cues when the limits you define are exceeded.
    • Using this in conjunction with Xcode's memory graph can be a powerful way of root-causing any suspected leaks
  • Scintillate: a lightweight, UIKit+AppKit-friendly way to either mask content or show a loading state. Think: SwiftUI's 'redacted' modifier, for non-SwiftUI applications on iOS + macOS.
    • Another use case for the recursive view hierarchy traversal logic from DesignReviewer, along with some simple CALayer + CAAnimation management.

Random stat generator that is definitely undercounting but at least it looks nice

Alex's GitHub stats

Pinned Loading

  1. DesignReviewer DesignReviewer Public

    An in-app alternative to Xcode view debugging.

    Swift 5 2

  2. Scintillate Scintillate Public

    A UIKit+AppKit-friendly way to either mask content, or show a loading state. Think: SwiftUI's 'redacted' modifier, for non-SwiftUI applications.

    Swift

  3. jimmyhoang/TypeBattle jimmyhoang/TypeBattle Public

    Swift 1

  4. TypeBattleServer TypeBattleServer Public

    Swift

  5. erickzzh/basketballSim- erickzzh/basketballSim- Public

    Python

  6. BlueSkySolar/BTI BlueSkySolar/BTI Public

    BTI

    Python