ThaiDV
ThaiDV
Seem NavigationTabBar not show badge if have RelativeLayout is root layout of xml. You can try again with LinearLayout or CoordinatorLayout. :) You can see effect directly badge show in...
So, web3swift is support multicall contract? I try many way but can't not call muticall.
Can you post a clear example for multicall? In my case: I want to get all `tokenId` over `tokenOfOwnerByIndex` of NFTs. But I don't understand the parameters pass to `mutiCallContract`....
This is my implement ``` let web3 = try await Web3.new(urlRPC) var methodEncode = [ABI.Element.Function]() var multiRequest = [[AnyObject]]() for i in 0.. still return nil print("multiCallGetNFTIDs... responseData: \(responseData)") ```...
> Because Calls is array of tuples, and tuple in this representation is array too > Tell me please what result you have now Thank you very much. I got...
I have same issue. When I play mp4 file, has error: desync audio (lags) skip...
I have same issues when STKAudioPlayer play file offline in device. It's stop audio when lock screen over 10s... (STKAudioPlayer state auto change to STKAudioPlayerStateBuffering and stop). But with audio...
Yes, I have enabled background audio in my app. When I streaming audio from internet, lock screen playback is OK. This bug only happens when play audio file offline on...