Skip to content
View dsaliberti's full-sized avatar
🌊
'Be water my friend' πŸ™…πŸ½β€β™‚οΈ
🌊
'Be water my friend' πŸ™…πŸ½β€β™‚οΈ
Block or Report

Block or report dsaliberti

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. Steppy Steppy Public

    Swift

  2. dashboardpush dashboardpush Public

    webhook trigger app

    Swift

  3. Crew Crew Public

    A person collection for iOS

    Swift

  4. musindex musindex Public

    An iOS app to search Itunes music.

    Objective-C

  5. backgroundModeHandling backgroundModeHandling
    1
    [[NSNotificationCenter defaultCenter] addObserver:self
    2
                                                 selector:@selector(handleEnteredBackground:)
    3
                                                     name:UIApplicationDidEnterBackgroundNotification
    4
                                                   object:nil];
    5
        
  6. Brew MVVM Brew MVVM
    1
    class Brew {
    2
        var temp: Float = 0.0
    3
    }
    4
    
                  
    5
    class BrewViewModel : NSObject {