Skip to content

Instantly share code, notes, and snippets.

View hasanalisiseci's full-sized avatar
🏠
Working from home!

Hasan Ali hasanalisiseci

🏠
Working from home!
View GitHub Profile
import UIKit
struct Colors {
static let background = #colorLiteral(red: 0.657153666, green: 0.8692060113, blue: 0.6173200011, alpha: 1)
static let draggedBackground = #colorLiteral(red: 0.462745098, green: 0.7843137255, blue: 0.5764705882, alpha: 1)
static let tint = #colorLiteral(red: 0.1019607843, green: 0.4588235294, blue: 0.6235294118, alpha: 1)
}
protocol SlideToActionButtonDelegate: AnyObject {
func didFinish()