Proyectos de Subversion Iphone Microlearning - Inconcert

Rev

Rev 17 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 17 Rev 19
Línea 50... Línea 50...
50
        VStack(spacing: 0 ) {
50
        VStack(spacing: 0 ) {
51
        Group {
51
        Group {
52
            HStack {
52
            HStack {
53
                Group {
53
                Group {
Línea 54... Línea 54...
54
                
54
                
Línea 55... Línea 55...
55
                    if self.viewModel.capsule.image.isEmpty {
55
                    if self.viewModel.capsule.image.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {
56
                    
56
                    
57
                    
57
                    
Línea 62... Línea 62...
62
                           
62
                           
63
                       
63
                       
64
                    
64
                    
65
                } else {
65
                } else {
66
                    CustomAsyncImage(
66
                    CustomAsyncImage(
67
                        url: URL(string: self.viewModel.capsule.image)!,
67
                        url: URL(string: self.viewModel.capsule.image.trimmingCharacters(in: .whitespacesAndNewlines))!,