- ο£Ώ iOS Software Development Engineer
- π¨π»βπ» Working at Zomato
- π¬ Ask about any random fact (iOS or in general)
- π± Would love to collaborate on iOS projects
- π Learning new frameworks and SwiftUI
iOS Developer
-
Zomato
- India
-
09:36
(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 }
-
-
-
Create gradients and cache them to r...
Create gradients and cache them to reduce memory footprint. 1class GradientView: UIImageView {
23var gradientColors: [CGColor] = [UIColor.greyishBrown.withAlphaComponent(0.2).cgColor, UIColor.greyishBrown.cgColor]
4var locations: [CGFloat]? = [0.0, 1.0]
5 -
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//
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.