Skip to content
View verebes1's full-sized avatar
Block or Report

Block or report verebes1

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
verebes1/README.md

Pinned Loading

  1. XCode-Templates XCode-Templates Public

    XCode Template files customized with Programmatic UIKit approach

    9

  2. Realm Cascade Deletion in Swift Realm Cascade Deletion in Swift
    1
    import RealmSwift
    2
    import Realm
    3
    
                  
    4
    protocol CascadeDeleting {
    5
        func delete<S: Sequence>(_ objects: S, cascading: Bool) where S.Iterator.Element: Object
  3. Using UIColors from iOS13 with backw... Using UIColors from iOS13 with backward compatibility to previous iOS versions.
    1
    import UIKit
    2
    
                  
    3
    public enum ColorSupport {
    4
        public static var label: UIColor {
    5
            if #available(iOS 13, *) {
  4. nodejs-express-postregsql-landing-page nodejs-express-postregsql-landing-page Public

    Sales lead collecting landing page for a new product. Built using Node.js and Express.js and PostregSQL Database.

    JavaScript 2

  5. Animations Animations Public

    SwiftUI - Animations and transitions example app.

    Swift

  6. totalshell totalshell Public

    🖥️ Simple script to turn your terminal into an enjoyable experience with autocompletion, syntax highlighting and Powerlevel10K installed automatically.

    Shell