Proyectos de Subversion Iphone Microlearning - Inconcert

Rev

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

Rev 1 Rev 19
Línea 128... Línea 128...
128
                    }
128
                    }
Línea 129... Línea 129...
129
              
129
              
130
                    
130
                    
131
                }
131
                }
Línea 132... Línea 132...
132
                Group {
132
                Group {
133
                    if self.viewModel.capsule.image.isEmpty {
133
                    if self.viewModel.capsule.image.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {
134
                        
134
                        
Línea 140... Línea 140...
140
                               
140
                               
141
                           
141
                           
142
                        
142
                        
143
                    } else {
143
                    } else {
144
                        CustomAsyncImage(
144
                        CustomAsyncImage(
145
                            url: URL(string: self.viewModel.capsule.image)!,
145
                            url: URL(string: self.viewModel.capsule.image.trimmingCharacters(in: .whitespacesAndNewlines))!,