This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// IPAppleSignIn.swift | |
// KrunalShah | |
// | |
// Created by Ilesh on 03/03/21. | |
// Copyright © 2021 Technopear. All rights reserved. | |
// | |
//************************ HOW TO USE? ***************************** | |
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// IPKeyChain.swift | |
// | |
// | |
// Created by Ilesh's 2020 on 25/05/20. | |
// Copyright © 2020 Ilesh-Panchal All rights reserved. | |
// | |
//HOW TO USE? | |
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// | |
// Created by Ilesh's 2018 on 02/07/19. | |
// Copyright © 2019 Ilesh. All rights reserved. | |
// | |
import Foundation | |
import StoreKit | |
extension UserDefaults { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// CloudDB.swift | |
// SQLiteDB-iOS | |
// | |
// Created by Ilesh. | |
// Copyright © 2019. All rights reserved. | |
// | |
import CloudKit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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 | |
/// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// VideoRecorder.swift | |
// VideoRecorder | |
// | |
// Created by Ilesh's 2018 on 20/11/19. | |
// Copyright © 2019 Ilesh's. All rights reserved. | |
// | |
import UIKit | |
import AVFoundation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// IPDocumentPicker.swift | |
// | |
// | |
// Created by Ilesh on 22/11/18. | |
// Copyright © 2018. All rights reserved. | |
// | |
import UIKit | |
import MobileCoreServices |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// | |
// IPGoogleLogin.swift | |
// | |
// | |
// Created by Ilesh's on 31/12/18. | |
// Copyright © 2018 Ilesh's. All rights reserved. | |
// | |
NewerOlder