Ryan Davis
Ryan Davis
Already works. Already been using it. Just needs to be added to the podspec.
In your sample code you have: `let session = Session(for: aliceAddress)` However, when I use that code, Xcode gives an error: Use of unresolved identifier 'Session.' What should it be?
I have a link that is like https://www.site.com/java/Java.do It displays correctly, but when I tap it it links to https//www.site.com/java/Java.do This is the exact same link with a missing colon...
This pull request adds the ability to query the stickers API in addition to the GIF's API, though an additional stickers=True parameter in the search.
I've been using this as a workaround for a bug with SwiftUI lists in lists. In my example, I've hit an issue where I have four swipe action buttons, two...