Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

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

Rev 9 Rev 17
Línea 3... Línea 3...
3
 
3
 
4
 
4
 
5
struct TimeLineView: View {
5
struct TimeLineView: View {
6
    @EnvironmentObject private var networkMonitor : NetworkMonitor
6
    @EnvironmentObject private var networkMonitor : NetworkMonitor
7
    @EnvironmentObject private var appNavigation : AppNavigation
-
 
8
    
7
    @EnvironmentObject private var appNavigation : AppNavigation
9
    private let appDao = AppDao.sharedInstance
8
 
10
    private let config = [
9
    private let config = [
Línea 11... Línea 10...
11
        GridItem(.flexible())
10
        GridItem(.flexible())