Skip to content

NDSLib/NDTweetBtn

Repository files navigation

NDTweetBtn

開発中

QuickDemo

Requirements

  • Swift5

Installation

comming soon

Example

$ open NDTweetBtnExample/NDTweetBtnExample.xcworkspace
import NDTweetBtn

let btn = NDTweetBtn(frame: CGRect(x: 300, y: 700, width: 60, height: 60))

let action1 = NDTweetBtnAction(
    image: UIImage(systemName: "flame")!,
    handler: { (NDTweetBtnAction) -> Void in
                  print("flame")
             }
	)

btn.addAction(action: action1)

view.addSubview(btn)

License

Under the MIT.