badwolf4815162342 / WGApp

1 stars 0 forks source link

Userprofil editieren #20

Open lSummerl opened 6 years ago

lSummerl commented 6 years ago
lSummerl commented 6 years ago

generisches laden der bilder aus dem asset funktioniert noch nicht, sowas ähnliches wollte ich machen:

if let path = Bundle.main.path(forResource: "assets/test", ofType: "json") {
         let data = try Data(contentsOf: URL(fileURLWithPath: path), options: .alwaysMapped)
        let jsonObj = JSON(data: data)
}

https://stackoverflow.com/questions/41485128/what-can-i-do-whether-add-images-to-assets-or-in-folder-in-ios

nur leider funktioniert der vorgeschlagene code nicht

lSummerl commented 6 years ago

-> new issue für das problem: https://github.com/badwolf4815162342/WGApp/issues/24