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 16... Línea 16...
16
        VStack(spacing: 0 ) {
16
        VStack(spacing: 0 ) {
17
        Group {
17
        Group {
18
            HStack {
18
            HStack {
19
                Group {
19
                Group {
Línea 20... Línea 20...
20
                
20
                
Línea 21... Línea 21...
21
                    if comment.image.isEmpty {
21
                    if comment.image.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {
22
                    
22
                    
23
                    
23
                    
Línea 24... Línea 24...
24
                    Image(uiImage: UIImage(named: "logo") ?? UIImage())
24
                    Image(uiImage: UIImage(named: "logo") ?? UIImage())
25
                        .resizable()
25
                        .resizable()
26
                        .aspectRatio(contentMode: .fit)
26
                        .aspectRatio(contentMode: .fit)
27
                           
27
                           
28
                       
28
                       
29
                    
29