Skip to content
View abhi21git's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report abhi21git

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

πŸ’« About Me:

  • ο£Ώ iOS Software Development Engineer
  • πŸ‘¨πŸ»β€πŸ’» Working at Gojek
  • πŸ’¬ Ask about any random fact (iOS or in general)
  • πŸ“± Would love to collaborate on iOS projects
  • πŸ”‹ Learning new frameworks and SwiftUI

🌐 Socials:

Stack Overflow Abhishek Maurya StackOverflow LinkedIn Twitter Reddit Instagram Facebook Twitch

πŸ’» Tech Stack:

Swift Firebase SQLite Figma Jira

πŸ“Š GitHub Stats:


πŸ† GitHub Trophies

πŸ” Top Contributed Repo

🐦 Latest Tweet

✍️ Random Dev Quote

πŸ˜‚ Random Dev Meme


Pinned

  1. Swift cURL Printer Swift cURL Printer
    1
    //
    2
    //  ExtensionURLRequest.swift
    3
    //
    4
    //  Created by Abhishek Maurya on 16/07/20.
    5
    //  Copyright Β© 2020. All rights reserved.
  2. Genrics+CellReuse.swift Genrics+CellReuse.swift
    1
    import UIKit
    2
    
                  
    3
    // Confirm this to your cell/header if using Prototype cell
    4
    public protocol ReusableView: AnyObject {
    5
        static var defaultReuseIdentifier: String { get }
  3. iOS-Dockplayer iOS-Dockplayer Public

    A simple protocol based dockPlayer for iOS

    Swift

  4. WeatherFi WeatherFi Public

    Swift

  5. Create gradients and cache them to r... Create gradients and cache them to reduce memory footprint.
    1
    class GradientView: UIImageView {
    2
    	
    3
    	var gradientColors: [CGColor] = [UIColor.greyishBrown.withAlphaComponent(0.2).cgColor, UIColor.greyishBrown.cgColor]
    4
    	var locations: [CGFloat]? = [0.0, 1.0]
    5
    	
  6. An animatable label with push text a... An animatable label with push text animation which can either be used from storyboard or programatically.
    1
    //
    2
    //  UIAnimatableLabel.swift
    3
    //
    4
    //  Created by Abhishek Maurya on 04/04/23.
    5
    //