Shishani58
Shishani58
I have socket manager: ``` swift init?( url: URL, headers: [String: String], parameters: [String: String] ) { super.init() self.urlSession = URLSession(configuration: .default, delegate: self, delegateQueue: operationQueue) guard let url =...
Thank you for such an incredible library. My issue: In some cases, the text (it's arabic text) goes out of bounds and I can't understand why. I tried calling sizeToFit,...
Thanks so much for such a nice library. Is it possible to do something like numberOfLoops from AVAudioPlayer? For both modes — repeatOne and repeatAll?