Nirav Kotecha
Nirav Kotecha
`let cameras = session.devices.compactMap { $0 }` - error on this line 
I am experiencing the `socket.connected = YES` on the disconnect delegate method. Each time i am connecting to server and its disconnect with this error: **Error Domain=JFRWebSocket Code=1000** what should...
Hi, is it available in iOS ? if yes then give me link. Thanks.
I am facing the app freeze issue in HTagView. when i select or scroll the HTagView Data the app is freeze and after sometime it will crash app. please check...
## Summary App run successfully in Xcode 14 and stripe version 22.6.0 but when i create build it will gives me following error. ## Code to reproduce Using Xcode 14.0...
``` class func decrypt(encodedData: String, secret: String, algorithm: String) -> String { do { let key = Array(secret.utf8) let bytes = encodedData.hexaBytes let cryptor = try Cryptor(operation:.decrypt, algorithm:.aes256, options:[.ecbMode, .pkcs7Padding],...
When user has empty textfield and he return the keyboard means resign the textfield then it will crash on below line. `CGSize intrinsicSize = [super intrinsicContentSize];` If user has input...
I am using version iRecordView (0.1.4) when i install through pods it will give me below errors. Property 'recordView' not found on object of type 'RecordButton *' Property 'delegate' not...