Skip to content
View hujaber's full-sized avatar
  • CME Offshore
  • Beirut - Lebanon

Block or report hujaber

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. Extensions to `Bundle` Extensions to `Bundle`
    1
    //
    2
    //  Bundle.swift
    3
    //  HJExtensions
    4
    //
    5
    //  Created by Hussein Jaber on 29/1/19.
  2. Extension to UIViewController to sup... Extension to UIViewController to support safeArea and Top/Bototm layout guides, thus supporting iOS 7 to iOS 12
    1
    import UIKit
    2
    
                  
    3
    extension UIViewController {
    4
        var safeTopAnchor: NSLayoutYAxisAnchor {
    5
            if #available(iOS 11, *) {
  3. SwiftyStars SwiftyStars Public

    A UI control that makes star rating easier on iOS, written in Swift

    Swift 1 1

  4. SwiftyChat SwiftyChat Public

    A chat controller written in Swift

    Swift 2 1