Angelo Stavrow
Angelo Stavrow
@moredhel Thanks for sharing your findings! When I try logging into your instance and step through that portion of the `getPosts` method, here's what happens when I print out the...
I've opened writefreely/writefreely-swift#34 to track this in the WriteFreely Swift client.
I've just submitted v1.0.12 for review on the App Store, which should resolve the date issue.
@McColdewey Thanks! The release has been approved and should be hitting the App Store shortly. Do let me know if it resolved the issue!
Excellent! Thanks for raising the issue, I'm glad we were able to resolve it. 🙂
Also look into how we can expand the title field vertically so that the text wraps, rather than it being elided with ellipses.
See also the effects of the vertically-expanding title field on this issue in [this forum topic](https://discuss.write.as/t/writefreely-editor-window-becomes-very-small/2574).
Investigating this issue in a test project, something straightforward like this using built-in SwiftUI components works: ```swift struct ContentView: View { @State private var title = "" @State private var...
Confirmed to work just fine on iOS 16: https://user-images.githubusercontent.com/387655/190396816-44583967-7ab8-49ec-b660-1b8c083c68a8.mp4
Good call!