Skip to content

Instantly share code, notes, and snippets.

View Ilesh's full-sized avatar
:octocat:
Learn | Build | Test | 🚀

Ile$h Ilesh

:octocat:
Learn | Build | Test | 🚀
View GitHub Profile
@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? *****************************
//
@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 / 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 / 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 / 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 / VideoRecorder.swift
Created November 20, 2019 09:55
Video recorder with audio controller.
//
// VideoRecorder.swift
// VideoRecorder
//
// Created by Ilesh's 2018 on 20/11/19.
// Copyright © 2019 Ilesh's. All rights reserved.
//
import UIKit
import AVFoundation
@Ilesh
Ilesh / TimerButton.swift
Created November 5, 2019 11:47
Store custom property in UIButton, it will help to hold more values.
//
// TimerButton.swift
//
//
// Created by Ilesh on 10/01/19.
// Copyright © 2019. All rights reserved.
//
import Foundation
import UIKit
@Ilesh
Ilesh / IPDocumentPicker.swift
Created November 5, 2019 11:42
iCloud UIDocumentPickerDelegate with specific files like doc, documents, text and PDF.
//
// IPDocumentPicker.swift
//
//
// Created by Ilesh on 22/11/18.
// Copyright © 2018. All rights reserved.
//
import UIKit
import MobileCoreServices
@Ilesh
Ilesh / IPGoogleLogin.swift
Last active February 17, 2020 09:43
Google sign in, Get calendar events and much more.
//
//
// IPGoogleLogin.swift
//
//
// Created by Ilesh's on 31/12/18.
// Copyright © 2018 Ilesh's. All rights reserved.
//