Skip to content
View bernardonigbinde's full-sized avatar

Block or report bernardonigbinde

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

    TSQL

  2. MentalHealthApp MentalHealthApp Public

    Dart

  3. UIView extension - Auto Layout Helper UIView extension - Auto Layout Helper
    1
    import UIKit
    2
    
                  
    3
    extension UIView {
    4
        func bottom(to view: UIView, offset: CGFloat = 0.0, usingSafeArea: Bool = false) {
    5
            constrain(bottomAnchor, to: usingSafeArea ? view.safeAreaLayoutGuide.bottomAnchor : view.bottomAnchor, of: view, offset: offset)