Skip to content
View Marcodeg's full-sized avatar
  • Immobiliare.it
  • Naples, Italy
Block or Report

Block or report Marcodeg

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

I'm a software engineer based in Naples with a couple of years of experience in the software industry.

  • 📱 For the past few years, my focus area has been iOS Mobile Development with Swift.
  • 🍕 I am a code quality enthusiast and a pizza lover.
  • 📖 I also started to report some technical adventures on Medium.

Medium | LinkedIn

Pinned Loading

  1. StepNetworking StepNetworking Public

    A Lightweight and flexible solution to HTTP Requests in Swift.

    Swift

  2. ScrollStackKit ScrollStackKit Public

    A performant and easy UI component that allows you to create vertical scrollable layouts.

    Swift 2

  3. method_exchangeImplementations in pr... method_exchangeImplementations in practice
    1
    let selector1 = #selector(UIViewController.viewWillAppear(_:))
    2
    let selector2 = #selector(UIViewController.swizzled_viewWillAppear(:))
    3
    let originalMethod = class_getInstanceMethod(UIViewController.self, selector1)!
    4
    let swizzleMethod = class_getInstanceMethod(UIViewController.self, selector2)!
    5
    method_exchangeImplementations(originalMethod, swizzleMethod)
  4. DataStrucutes DataStrucutes Public

    C