CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

FSDropIt 1.1.1

FSDropIt 1.1.1

TestsTested
LangLanguage SwiftSwift
License BSD
ReleasedLast Release Feb 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Francois.



FSDropIt 1.1.1

  • By
  • Francois et Selom

FSDropIt

Installation

FSDropt is a framework available in Cocoapods. To install add this line to your Podfile :

pod ‘FSDropIt’

Usage

import FSDropIt

And add

m = FSDropIt(items: theItems as [AnyObject], x: 25.0, y: 25.0, width: 110.0, heightBtn: 45.0, heightView: 150.0)
self.view.addSubview(m)

Your can use :

changeTextButton(texte:String)
setTableviewBackgroundColor(color : UIColor!)
setButtonBackgroundColor(color : UIColor!)
setButtonBorder(borderWidth:Float, borderColor : UIColor)
setTableviewBorder(borderWidth:Float, borderColor : UIColor)

Go get the value use :

m.getButtonText()