Skip to content
View insaineyesay's full-sized avatar
💭
print(responseMessages[403])
💭
print(responseMessages[403])

Block or report insaineyesay

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

    Micro Project with UPC barcode and QR code scanning amongst others...

    Swift 1

  2. UIView Extension to add a border pro... UIView Extension to add a border programmatically to any UIView
    1
    extension UIView {
    2
        func addDashedBorder() {
    3
            let color = UIColor.black.cgColor
    4
            
    5
            let shapeLayer:CAShapeLayer = CAShapeLayer()
  3. ios-mvp-clean-architecture ios-mvp-clean-architecture Public

    Forked from FortechRomania/ios-mvp-clean-architecture

    Demo iOS application built to highlight MVP (Model View Presenter) and Clean Architecture concepts

    Swift

  4. swift-algorithm-club swift-algorithm-club Public

    Forked from kodecocodes/swift-algorithm-club

    Algorithms and data structures in Swift, with explanations!

    Swift