Skip to content
View pkuecuekyan's full-sized avatar

Highlights

  • Pro

Organizations

@phiandco @github-beta @llucio-ai

Block or report pkuecuekyan

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

Hi there πŸ‘‹. I'm Philipp

  • πŸ”­ I’m a software engineer and designer.
  • πŸ“ I'm based in California.
  • πŸ‘¨β€πŸ’» I write a lot of code in Swift and Objective-C and, lately, quite a bit in Python, JavaScript, and C++.
  • πŸ“± I have worked on apps for Hearst, Con Edison, Aetna, and CBS.
  • πŸ“Έ I also take a lot of pictures. Check 'em out if you like.

Pinned Loading

  1. SwiftTransitions SwiftTransitions Public

    Collection and samples of iOS UIViewController transitions, written in Swift

    Swift 5 1

  2. Movieplaying Movieplaying Public

    Sample project for PHIVideoPlayerView, a minimalist AVPlayer-based video player

    Objective-C 3

  3. PXAlertView PXAlertView Public

    Forked from alexanderjarvis/PXAlertView

    A block-based, drop-in replacement for UIAlertView that is more customizable and skinnable

    Objective-C

  4. NSString---Lexicon-category NSString---Lexicon-category Public

    Add some NSLinguisticTagger functionality to NSString

    Objective-C 3

  5. Adjust height of WKWebView frame bas... Adjust height of WKWebView frame based on scrollHeight of the webView's content
    1
    // Since the WKWebView has no sizeToFit() method, increase the frame height of the webView to 
    2
    // match the height of the content's scrollHeight
    3
    // 
    4
    // The WKWebView's `navigationDelegate` property needs to be set for the delegate method to be called
    5