Skip to content

Instantly share code, notes, and snippets.

View Bhadresh11's full-sized avatar

Bhadresh Bhadresh11

View GitHub Profile
@chaitanyaSoni96
chaitanyaSoni96 / ViewController.swift
Created June 21, 2020 12:05
Alamofire implementation for generic api calls in swift
import UIKit
import Alamofire
import iOSDropDown
class ViewController: UIViewController {
//Variables
@IBOutlet weak var dropDownTxtField: DropDown!