Peter Warbo
Peter Warbo
How can I position REComposeViewController at the same position every time? If I present it from a UITabBarController the REComposeViewController is positioned at the very top of the window (next...
I'm trying to figure out how to have only one input open at a time. For instance if I click on a link `{{ user.name || 'empty' }}` to edit...
Let's say I have a model that looks like this: ``` struct Model: Codable { struct ModelB: Codable { let intBProperty: Int } let Int: intProperty let modelB: ModelB }...
I'm trying to animate between the different states of expanded and normal but it doesn't look good. This is how I'm doing it: normal ``` button.setTitle(nil, for: .normal) button.setImage(UIImage(named: "icon"),...
Hi I'm trying to use imapsync 2.178 to sync from Gmail to iCloud but it errors out and there are a lot of skipped (80k) messages. What can I do...
I have a sheet with a structure that looks like this: > Song | Year | Genre | Genre | Genre > Smells like teen spirit | 1991 | Punk...