Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

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

Rev 11 Rev 17
Línea 27... Línea 27...
27
    @StateObject private var inprogressViewModel : MyCapsulesInProgressViewModel = MyCapsulesInProgressViewModel()
27
    @StateObject private var inprogressViewModel : MyCapsulesInProgressViewModel = MyCapsulesInProgressViewModel()
Línea 28... Línea 28...
28
    
28
    
29
    
29
    
Línea 30... Línea 30...
30
    
30
    
31
    private let firstName : String
31
    private let firstName : String
32
    private let appDao = AppDao.sharedInstance
-
 
33
     
32
    private var appData = AppData.sharedInstance
34
    init ()
-
 
35
    {
-
 
36
        let appData = appDao.selectOne()
-
 
37
        let arrayFirstName = appData.userFirstname.split(separator: " ")
33
     
38
        
-
 
39
      
-
 
40
        
-
 
41
        firstName = String(arrayFirstName[0])
34
    init ()
Línea 42... Línea 35...
42
        
35
    {