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 38... Línea 38...
38
        VStack(spacing: 0 ) {
38
        VStack(spacing: 0 ) {
39
        Group {
39
        Group {
40
            HStack {
40
            HStack {
41
                Group {
41
                Group {
Línea 42... Línea 42...
42
                
42
                
Línea 43... Línea 43...
43
                    if companyModel.image.isEmpty {
43
                    if companyModel.image.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {
44
                    
44
                    
45
                    
45
                    
Línea 50... Línea 50...
50
                           
50
                           
51
                       
51
                       
52
                    
52
                    
53
                } else {
53
                } else {
54
                    CustomAsyncImage(
54
                    CustomAsyncImage(
55
                        url: URL(string: companyModel.image)!,
55
                        url: URL(string: companyModel.image.trimmingCharacters(in: .whitespacesAndNewlines))!,