herocoder

Results 4 issues of herocoder

Now it can be recognized after expansion, but when imageview.contentMode = .fit, the coordinates of toplef, topright, bottomleft, and bottlright cannot be calculated correctly

I have a problem, A present B, B dismiss, but B was not destroyed. I think Dg_removePullToRefresh should not be called in deinit, Because only call Dg_removePullToRefresh,B will be destroyed。...

``` const connection = new Connection(clusterApiUrl("mainnet-beta")); const metaplex = new Metaplex(connection, { cluster: 'mainnet-beta' }); const ownerAddress = new PublicKey("C3HC8DrAoQqiWdCvo4u4nJATfmsHxwg3cZx18cUm9wuH"); const nft = await metaplex.nfts().findAllByOwner({ owner: ownerAddress }).run(); console.log(nft) ```...