mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-09 17:38:35 +02:00
Update Ghostgram features
This commit is contained in:
+6
@@ -262,6 +262,12 @@ public class GlassBackgroundView: UIView {
|
||||
self.color = color
|
||||
self.innerColor = innerColor
|
||||
}
|
||||
|
||||
public init(kind: Kind, innerColor: UIColor? = nil) {
|
||||
self.kind = kind
|
||||
self.color = .clear
|
||||
self.innerColor = innerColor
|
||||
}
|
||||
}
|
||||
|
||||
public enum Shape: Equatable {
|
||||
|
||||
Reference in New Issue
Block a user