Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
jp928 committed Oct 7, 2020
1 parent e72d8b2 commit a9776d5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ios/DragableFabView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,17 @@ class DraggableFabView: Floaty, FloatyDelegate {
override init() {
super.init()
fabDelegate = self
//
// self.isDraggable = true
// self.friendlyTap = true
}

override init(frame: CGRect) {
super.init(frame: frame)
fabDelegate = self
//
// self.isDraggable = true
// self.friendlyTap = true
}

required init?(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}

// override func layoutSubviews() {
// super.layoutSubviews()
// self.frame = self.bounds
// }

func floatyWillOpen(_ floaty: Floaty) {
onOpen!([:])
}
Expand Down

0 comments on commit a9776d5

Please sign in to comment.