Juanjo Valiño
Juanjo Valiño
Hi! A little bit late but just in case someone is reading: You have to use the case in enum `defaultAndSelect(UIImage, UIImage)` In your example: ``` if let image =...
I am looking for the same behaviour. Have you already solved it?
I found a solution that worked for me: First of all I defined a round function: `func roundTo(n: Float, mult: Int) -> Int{ let result: Float = n / Float(mult)...
Same here with Carthage in Xcode 13 and Monterey: `Build Failed: … … This usually indicates that project itself failed to compile.` **Edit**: I fixed my issue replacing the _1200_...
Hi, I was having the same issue in your example project with my own API Secrets, so I'm going to double check some things and write back to you if...
I'm still struggling with it. I'm using your demo project only changing my consumerKey and consumerSecret (I've set the labels as hidden for security) and as you can see in...
Hi @amirsaam, As long as you can deal with MVVM pattern you'll have no problem implementing this library for your needs. I'm currently building an app in SwiftUI using TwitterAPIKit,...