Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
kornerr
/
check-ios-bus
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
d
single
Михаил Капелько
hace 10 meses
padre
19e4b7cd52
commit
f7127895e9
Se han
modificado 2 ficheros
con
3 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
src/Bus.Receiver.swift
+1
-1
src/VM.swift
+ 2
- 2
src/Bus.Receiver.swift
Ver fichero
@@ -7,8 +7,8 @@ public extension Bus {
public init(
_ keys: Set<String>,
_ handler: @escaping ((String, T) -> Void),
opt: [Option] = []
,
{
opt: [Option] = []
)
{
Bus.receive(keys, handler, opt: opt, sub: &subscriptions)
}
}
+ 1
- 1
src/VM.swift
Ver fichero
@@ -3,7 +3,7 @@ import SwiftUI
final class VM: ObservableObject {
@Published var text = "a:"
var subscriptions = [AnyCancellable]()
init() {
Escribir
Vista previa
Cargando…
Cancelar
Guardar