Chrys Bader
Chrys Bader
Thanks for putting this together. Currently, when you focus on the field, the placeholder text disappears. This is not how `UITextField` behaves. The placeholder text should be visible as long...
I modified your class to add a `UILabel` as a subview of the `GCPlaceholderTextView`. The `UILabel` displays the placeholder text which just matches the font of self.font and is always...
It basically modifies everything - here's the code. I'm not sure if the frame for the label is set in a way that will work in every situation. It works...
Yes please, rolling back the metadata to the previous functioning state upon failed migration would be essential.
Update: I managed to get it to render only on the client-side, but I'm still experiencing the same issue where dragging does not update the UI. `React version 16.13.1`
Just tried the library again and found it also doesn't work for Spotify urls: Example: https://open.spotify.com/artist/39ywlwtGw8RTGobakgb11L?si=As8Ynf-RS12yFu8jckzhYQ
> Just tried the library again and found it also doesn't work for Spotify urls: > > Example: https://open.spotify.com/artist/39ywlwtGw8RTGobakgb11L?si=As8Ynf-RS12yFu8jckzhYQ I spoke too soon. I updated from `3.2.0` to `3.3.0` and...
Would it make sense to pass along the image URL regardless of extension? That would allow clients to try to parse the image and we can rely on iOS to...
WevImages in LazyVStack in ScrollView locks at 100% CPU when setting containing view to .equatable()
More information — This doesn't happen in iOS 15 Beta 3, but it does happen in iOS 14.5.
Thanks for working on this @dreampiggy !