Skip to content
View faganello60's full-sized avatar
💻
iOS Developer
💻
iOS Developer
Block or Report

Block or report faganello60

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

Hey! Nice to see you.

Welcome to my page!
I'm Bruno Faganello, iOS developer from Brazil

Languages and Tools:

Swift Python Arduino Git iOS Figma

Open source projects

🎁 Projects
MQTT Swift Client

Where to find me

LinkedIn Medium Medium

Pinned

  1. Swift-MQTT Swift-MQTT Public

    MQTT Client built using SwiftUI

    Swift 1

  2. SOLID-Principles-Swift SOLID-Principles-Swift Public

    Swift 7

  3. brqdigital/BRQBottomSheet brqdigital/BRQBottomSheet Public

    Swift 34 8

  4. CustomSegmentedControl CustomSegmentedControl Public archive

    Create a Custom Segmented Control to your iOS App

    Swift 132 21

  5. MaskTextField-SwiftUI.swift MaskTextField-SwiftUI.swift
    1
    import SwiftUI
    2
    import Combine
    3
    
    
    4
    public protocol Mask {
    5
        var maskFormat: String { get set }