beryu/CustomizableActionSheet

Wrong access modifiers

Closed this issue · 0 comments

beryu commented

https://github.com/beryu/CustomizableActionSheet/blob/1.0.7/CustomizableActionSheet/CustomizableActionSheet.swift#L36

NG

convenience init(type: CustomizableActionSheetItemType, height: CGFloat)

OK

public convenience init(type: CustomizableActionSheetItemType, height: CGFloat)