Skip to content
View morsedan's full-sized avatar
💭
Open to New Opportunities
💭
Open to New Opportunities

Block or report morsedan

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 Loading

  1. danarSpy danarSpy Public

    A machine moderated group game

    Swift

  2. DominionAssistant DominionAssistant Public

    Swift

  3. myGeoSeek myGeoSeek Public

    Swift

  4. XKCDComicGenerator XKCDComicGenerator Public

    Pulls a random comic from XKCD and display it full screen.

    Objective-C

  5. Simple Networking Solution in Swift Simple Networking Solution in Swift
    1
    /* 
    2
    These three methods can be used for making network calls less repetitive. Apple's example code for a basic 
    3
    network call is typically around 45 lines. Using these helper methods along with methods to build up each 
    4
    URL, most network calls can be completed in about 15 lines. 
    5
    */