Proyectos de Subversion Iphone Microlearning - Inconcert

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 19
Línea 18... Línea 18...
18
                HStack {
18
                HStack {
19
                    Spacer()
19
                    Spacer()
Línea 20... Línea 20...
20
                    
20
                    
Línea 21... Línea 21...
21
                    Group {
21
                    Group {
Línea 22... Línea 22...
22
                    
22
                    
23
                        if self.capsuleModel.image.isEmpty {
23
                        if self.capsuleModel.image.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {
24
                        
24
                        
Línea 30... Línea 30...
30
                               
30
                               
31
                           
31
                           
32
                        
32
                        
33
                    } else {
33
                    } else {
34
                        CustomAsyncImage(
34
                        CustomAsyncImage(
35
                            url: URL(string: self.capsuleModel.image)!,
35
                            url: URL(string: self.capsuleModel.image.trimmingCharacters(in: .whitespacesAndNewlines))!,