Praveenkumar S

Results 6 issues of Praveenkumar S

Hello, i'm using your classes to remove my html tags from an NSString. Its working fine. But, its removing my letter 2 particularly alone. I don't know why its happend?...

Hello Mooncatventures, Thanks for your library. I know as per your previous [**comment**](https://github.com/mooncatventures-group/RtspFrames-test/issues/2) there is not audio support with your library. Now, if i want to implement the audio with...

**Describe the bug** Project is not building on real device and not able to archieve. **To Reproduce** Steps to reproduce the behavior: I have created a sample project to reproduce...

Updating the podfile to work with latest Cocoapods style.

I've reassigned the tabbar frame to my required place. When i opened any of content using [self presentmodal...] and when i dismiss it the tabbar frame was moved to top....

Potential buffer overflow issue can happen: NSUInteger cipherIndex; for (cipherIndex = 0; cipherIndex < numberCiphers; cipherIndex++) { NSNumber *cipherObject = [cipherSuites objectAtIndex:cipherIndex]; ciphers[cipherIndex] = (SSLCipherSuite)[cipherObject unsignedIntValue]; }