Jeyhey
Jeyhey
You can also add `func scrollViewDidEndDecelerating(_ scrollView: UIScrollView)` in your MessagesViewController-subclass. In this method you check if the first message is visible, and if this is the case, load more...
Actually it's not difficult to do it with the current implementation by using this uiimage extension: https://github.com/bahlo/SwiftGif/blob/master/SwiftGifCommon/UIImage%2BGif.swift
@cwalo I wasn't suggesting to inherit anything from SwiftGif. I was saying that the current implementation is already enough to display gifs if the controller subclass passes a uiimage instantiated...
I don't think this is true. Nami already has to calculate the fees for simple transactions such as transferring funds and native assets. You can see the fee calculation for...
Ok, very valid point ! This seems to make it unrealistic that browser extensions implement balancing transactions, doesn't it ?
I referenced this discussion on Cardano StackExchange: https://cardano.stackexchange.com/questions/6188/how-can-i-get-a-fully-build-transaction-from-the-pab
@alessandrokonrad Is it possible to give some details on why it is not possible to run Plutus Core scripts in the browser and which components would be necessary to achieve...
> Did you find a solution to this problem? No, I switched to WebRTC : )
This warning appears with the latest SwiftUI update but the issue impacts all SwiftUI versions. For instance, I have observed that screens that have a SDWebImage as first element are...
Seems to work perfectly now. Thank you!!