- ο£Ώ iOS Software Development Engineer
- π¨π»βπ» Working at Apple, previously worked for Eternal (formaly known as Zomato) and Gojek
- π¬ Ask about any random fact (iOS or in general)
- π± Would love to collaborate on iOS projects
- π Learning new frameworks and SwiftUI

iOS Developer
-
Apple
- India
-
11:21
(UTC +05:30) - https://stackoverflow.com/users/11690901/
- in/abhishekm21
Pinned Loading
-
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.
-
Genrics+CellReuse.swift
Genrics+CellReuse.swift 1import UIKit
23// Confirm this to your cell/header if using Prototype cell
4public protocol ReusableView: AnyObject {
5static var defaultReuseIdentifier: String { get }
-
-
-
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//
-
GradientTextLabel.swift
GradientTextLabel.swift 1class GradientTextLabel: UILabel {
2var gradientColors: [CGColor] = [UIColor.orangeRed.cgColor, UIColor.brightRed.cgColor, UIColor.warmPurple.cgColor, UIColor.darkishBlue.cgColor]
3var locations: [CGFloat]? = [0.0, 0.25, 0.5, 0.75]
45override func drawText(in rect: CGRect) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.