Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

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

Rev 17 Rev 22
Línea 27... Línea 27...
27
                }.padding(.leading, 16)
27
                }.padding(.leading, 16)
Línea 28... Línea 28...
28
                
28
                
Línea 29... Línea 29...
29
                HStack {
29
                HStack {
-
 
30
                    
-
 
31
                    MultilineTextView(text: $comment)
-
 
32
                        .frame(
-
 
33
                            minWidth: UIScreen.main.bounds.width,
30
                    
34
                            maxWidth: UIScreen.main.bounds.width,
31
                    MultilineTextView(text: $comment)
35
                            minHeight: 100,
32
                        .frame(minWidth: 0, maxWidth: UIScreen.main.bounds.width, minHeight: 0, maxHeight: 100)        .overlay(RoundedRectangle(cornerRadius: 5).stroke(
36
                            maxHeight: 100)        .overlay(RoundedRectangle(cornerRadius: 5).stroke(
Línea 33... Línea 37...
33
                            Color ("color_textfield_border" )
37
                            Color ("color_textfield_border" )
34
                        ))
38
                        ))