Skip to content

Instantly share code, notes, and snippets.

View ruchika-ecsion's full-sized avatar

ruchika-ecsion

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