Skip to content
View yuraist's full-sized avatar
🚀
Building something...
🚀
Building something...
Block or Report

Block or report yuraist

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. hack-ios-dev hack-ios-dev Public

    Hack iOS Development

    184 30

  2. TreedoChatApp TreedoChatApp Public

    A chatting iOS-application using Swift and Firebase.

    Swift 5 3

  3. Swift UIView Extension for convenien... Swift UIView Extension for convenient work with Auto Layouts
    1
    extension UIView {
    2
      func anchor(top: NSLayoutYAxisAnchor?, leading: NSLayoutXAxisAnchor?, bottom: NSLayoutYAxisAnchor?, trailing: NSLayoutXAxisAnchor?, padding: UIEdgeInsets = .zero, size: CGSize = .zero) {
    3
        translatesAutoresizingMaskIntoConstraints = false
    4
        
    5
        if let top = top {