From 12e9e9aaf592ed90b2343c12400ed88dacc52353 Mon Sep 17 00:00:00 2001 From: LMinh Date: Wed, 22 May 2019 10:49:43 +0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3878888..d9549d8 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ pod 'LMDropdownView' * Drag the `LMDropdownView` folder into your project. * Add `#include "LMDropdownView.h"` to the top of classes that will use it. +## Swift Version +https://github.com/lminhtm/LMDropdownViewSwift + ## Usage You can easily integrate the LMDropdownView with a few lines of code. For an example usage look at the code below. ```ObjC