Nirav Kotecha

Results 8 issues of Nirav Kotecha

`let cameras = session.devices.compactMap { $0 }` - error on this line ![screen shot 2018-04-12 at 11 36 09 am](https://user-images.githubusercontent.com/35652030/38659179-eb05d206-3e45-11e8-97bd-b7db0d9da9b0.png)

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...

kind:bug
triaged

``` 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...