Skip to content

Instantly share code, notes, and snippets.

View Ilesh's full-sized avatar
:octocat:
Learn | Build | Test | πŸš€

Ilesh Panchal Ilesh

:octocat:
Learn | Build | Test | πŸš€
View GitHub Profile
@Ilesh
Ilesh / getRequest.swift
Created September 6, 2020 16:48 — forked from gkye/getRequest.swift
NSURLSession: GET Request with parameters swift 2.0
//Encode params to be web friendly and return a string. Reference ->http://stackoverflow.com/a/27724627/6091482
extension String {
/// Percent escapes values to be added to a URL query as specified in RFC 3986
///
/// This percent-escapes all characters besides the alphanumeric character set and "-", ".", "_", and "~".
///
/// http://www.ietf.org/rfc/rfc3986.txt
///
@Ilesh
Ilesh / CloudDB.swift
Created October 20, 2020 17:07
SQLiteDB files for easy to use...
//
// CloudDB.swift
// SQLiteDB-iOS
//
// Created by Ilesh.
// Copyright Β© 2019. All rights reserved.
//
import CloudKit
@Ilesh
Ilesh / AppStoreReviewManager.swift
Created December 3, 2020 16:59
InApp Ratings & Custom alert.
//
//
// Created by Ilesh's 2018 on 02/07/19.
// Copyright Β© 2019 Ilesh. All rights reserved.
//
import Foundation
import StoreKit
extension UserDefaults {
@Ilesh
Ilesh / IPKeyChain.swift
Last active March 14, 2021 14:34
For save, load , and delete Keychain value from the iOS and Make apps. If you find helpful this class please share and give star so others can find it πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘ !!!!
//
// IPKeyChain.swift
//
//
// Created by Ilesh's 2020 on 25/05/20.
// Copyright Β© 2020 Ilesh-Panchal All rights reserved.
//
//HOW TO USE?
//
@Ilesh
Ilesh / IPAppleSignIn.swift
Created March 14, 2021 14:33
Simple and easy class for the apple sign In. Please check the description for how to use this class. If you find helpful this class please share and give star so others can find it πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘ !!!!
//
// IPAppleSignIn.swift
// KrunalShah
//
// Created by Ilesh on 03/03/21.
// Copyright Β© 2021 Technopear. All rights reserved.
//
//************************ HOW TO USE? *****************************
//