Skip to content

Instantly share code, notes, and snippets.

View wadheraswati's full-sized avatar

Swati Wadhera wadheraswati

  • WedMeGood
  • Delhi - NCR
View GitHub Profile
import UIKit
class FloatingButtonController: UIViewController {
private(set) var button: UIButton!
required init?(coder aDecoder: NSCoder) {
fatalError()
}