schulz89sp

Results 3 issues of schulz89sp

```swift func cancella(at offset: IndexSet) { guard let intindex = Array(offset).first else { return } let id = dm.Storage[intindex].properties["id"] as? String ?? "" DataManager.Shared.cancellaPosto(id) } func cancellaPosto(_ ID: String) {...

help wanted
Investigate
graph

Hi, I can't show the days and the month of the calendar in the languages where the phone is located, they are always and only in English, help? Thank you!...

Hi, meanwhile great work !!! I would like to know how to implement 3 things ... 1. Notify when a message arrives; 2. Send audio message; 3. Delete the conversation....

enhancement