Esqarrouth/EZSwiftExtensions

Declarations in extensions cannot override yet

vshalvaghasiya opened this issue · 0 comments

public convenience init(x: CGFloat, y: CGFloat, w: CGFloat, h: CGFloat) {
    self.init(frame: CGRect(x: x, y: y, width: w, height: h))
}

screen shot 2018-06-12 at 1 50 56 pm