Skip to content

Highlights

Organizations

@PSPDFKit @Publiss @ResearchKit

Sponsoring

@groue @michaeleisel @ruiaureliano

Pinned

  1. Personal Website of Peter Steinberger.

    CSS 4 1

  2. Upcoming and past speaking engagements for Peter Steinberger (@steipete).

    33

  3. A modern library to swizzle elegantly in Swift.

    Swift 637 20

  4. Delightful, simple library for aspect oriented programming in Objective-C and Swift.

    Objective-C 7.9k 1.2k

  5. 1
    // The trick is to link the DeviceSupport folder from the beta to the stable version.
    2
    // sudo needed if you run the Mac App Store version. Always download the dmg instead... you'll thank me later :)
    3
    
                  
    4
    // Support iOS 14 devices (Xcode 12.0) with Xcode 11.5:
    5
    sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/14.0 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
  6. Open Source, 100% API compatible replacement of UICollectionView for iOS4.3+

    Objective-C 2.5k 517

3,970 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri

Contribution activity

June 2020

Created a pull request in steipete/InterposeKit that received 1 comment

Dynamic Invocation

With using objc_msgForward, we can add hooks without offering a type signature. _ = try testObj.hook(#selector(TestClass.executeBlock)) { bSelf in p…

+484 −74 1 comment

Created an issue in michaeleisel/zld that received 4 comments

Mac Catalyst linker issues

zld works great for us overall. We cannot yet enable it for Mac Catalyst. It seems the linker pulls off some tricks to differentiate between AppKit…

4 comments
69 contributions in private repositories Jun 1 – Jun 23

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.