Cem

Results 3 comments of Cem

Hey I had the same issue.. did this to fix it temp: ``` swift textField.leftView?.translatesAutoresizingMaskIntoConstraints = false textField.leftView?.widthAnchor.constraint(equalToConstant: 110.0).isActive = true ``` apparently in iOS13 right/left views dimensions needs to...

hey @sotrosh can you help me out to get a successful WC example with metamask? to your question, best way so far is to use OpenSea's API to get the...