Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

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

Rev 17 Rev 20
Línea 50... Línea 50...
50
    
50
    
51
 
51
 
52
    var body: some View {
52
    var body: some View {
53
        GeometryReader { geometry in
53
        GeometryReader { geometry in
54
        ZStack {
54
        ZStack {
55
            /*
55
            
56
            if self.selectedTab > 0 {
56
            if self.selectedTab > 0 {
57
                Button(action: {
57
                Button(action: {
Línea 81... Línea 81...
81
                })
81
                })
82
                .frame(width: 40.0, height: 40.0, alignment: .center)
82
                .frame(width: 40.0, height: 40.0, alignment: .center)
83
                .background(Color("color_button_gallery_background"))
83
                .background(Color("color_button_gallery_background"))
84
                .foregroundColor(Color("color_button_gallery_foreground"))
84
                .foregroundColor(Color("color_button_gallery_foreground"))
85
                .offset(x: ((geometry.size.width  / 2) - 30), y :  25).zIndex(10000)
85
                .offset(x: ((geometry.size.width  / 2) - 30), y :  25).zIndex(10000)
86
            }*/
86
            }
Línea 87... Línea 87...
87
            
87
            
88
            VStack(spacing: 0) {
88
            VStack(spacing: 0) {
89
                HStack {
89
                HStack {
90
                    Button(action: {
90
                    Button(action: {