mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
cydia icons
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 9.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
@@ -2,9 +2,7 @@ import SwiftUI
|
||||
import UIKit
|
||||
|
||||
extension Color {
|
||||
|
||||
init(hex: String) {
|
||||
|
||||
let hex = hex.trimmingCharacters(in: CharacterSet.alphanumerics.inverted)
|
||||
var int: UInt64 = 0
|
||||
Scanner(string: hex).scanHexInt64(&int)
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
extension Data {
|
||||
|
||||
static func random(_ length: Int) -> Data {
|
||||
return Data((0 ..< length).map { _ in UInt8.random(in: UInt8.min ... UInt8.max) })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user