Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

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

Rev 39 Rev 40
Línea 168... Línea 168...
168
        
168
        
169
        
169
        
170
        let title = alertDict["title"]  as? String ?? ""
170
        let title = alertDict["title"]  as? String ?? ""
171
        let body = alertDict["body"]  as? String ?? ""
171
        let body = alertDict["body"]  as? String ?? ""
172
        let url = userInfo["url"] as? String ?? ""
172
        let url = userInfo["url"] as? String ?? ""
Línea 173... Línea 173...
173
        var command = userInfo["command"] as? String ?? ""
173
        let command = userInfo["command"] as? String ?? ""
174
        let newCapsules = Int(userInfo["new_capsules"] as? String ?? "") ?? 0
174
        let newCapsules = Int(userInfo["new_capsules"] as? String ?? "") ?? 0