Skip to content
View phlippieb's full-sized avatar
๐Ÿฆ†
๐Ÿฆ†

Organizations

@RetroRabbit
Block or Report

Block or report phlippieb

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. jump-chrome-extension jump-chrome-extension Public

    Jump to sites by typing keywords in the omnibar

    JavaScript 1

  2. PHBStackLayout PHBStackLayout Public

    Swift

  3. PHBApplying PHBApplying Public

    Syntactic sugar -- map-like method for single objects

    Swift 1

  4. mpy mpy Public

    Python used in my Masters

    Jupyter Notebook

  5. A UIView subclass that draws an anim... A UIView subclass that draws an animated light ribbon.
    1
    //
    2
    //  LightRibbon2.swift
    3
    //  Waveforms
    4
    //
    5
    //  Created by Phlippie Bosman on 2018/04/12.
  6. `MaxHeightTextView` overrides `UITex... `MaxHeightTextView` overrides `UITextView`'s `intrinsicContentSize` and `layoutSubviews` to allow it to grow to fit its content size, but only up to a specified max height. Once the text view reaches this max height, its content will start to scroll. Use with AutoLayout. Specifically, set up a fixed width, and two height constraints with greater than and less than relations to give the text view an allowed range.
    1
    //
    2
    //  File.swift
    3
    //  Kalido
    4
    //
    5
    //  Created by Phlippie Bosman on 2016/11/17.