Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

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

Rev 8 Rev 63
Línea 23... Línea 23...
23
                            .aspectRatio(contentMode: .fit)
23
                            .aspectRatio(contentMode: .fit)
24
                            .frame(width: 42, height: 42, alignment: /*@START_MENU_TOKEN@*/.center/*@END_MENU_TOKEN@*/)
24
                            .frame(width: 42, height: 42, alignment: /*@START_MENU_TOKEN@*/.center/*@END_MENU_TOKEN@*/)
Línea 25... Línea 25...
25
                        
25
                        
26
                        Text(Config.LANG_SIGNIN_APP_NAME)
26
                        Text(Config.LANG_SIGNIN_APP_NAME)
-
 
27
                            .font(Font.custom(Config.FONT_NAME_BOLD, size: 24))
Línea 27... Línea 28...
27
                            .font(Font.custom(Config.FONT_NAME_BOLD, size: 24))
28
                            .foregroundColor(Color("color_textview_foreground"))
28
                        
29
                        
29
                        Spacer()
30
                        Spacer()
30
                    }
31
                    }
31
                }
32
                }
Línea 32... Línea 33...
32
                .padding(.leading, 16)
33
                .padding(.leading, 16)
Línea -... Línea 34...
-
 
34
                .padding(.top, 66)
33
                .padding(.top, 66)
35
               
34
               
36
                Spacer()
35
                Spacer()
37
          
36
          
38
          
Línea 37... Línea 39...
37
          
39
                HStack {
38
                
40
                    
39
                Group()
41
                    Group()
40
                {
42
                    {
-
 
43
                        Image(uiImage: UIImage(named: "ui_intro_microaprendizaje") ?? UIImage())
Línea 41... Línea 44...
41
                    Image(uiImage: UIImage(named: "ui_intro_microaprendizaje") ?? UIImage())
44
                        
Línea 42... Línea 45...
42
                        
45
                    }