Chetan Prajapati

Results 4 issues of Chetan Prajapati

I have implemented player in UITableViewCells. Its not working properly as it has to. When cell is reuse i need its state as its previously has. When i reload the...

Here is the portion of the code: ``` chartView.data = data chartView.fitScreen() chartView.setVisibleXRangeMaximum(min(13, getDouble(anything: arrayXData.count))) chartView.setScaleMinima(1, scaleY: 1) ``` Above code was working perfectly and all the data are visible...

![IMG_4882](https://user-images.githubusercontent.com/21120612/138433419-8f166b72-301b-442e-9937-de0ade24f816.PNG) For iPhone X and onwards curved devices has an issue for input bar. Do anyone know how can I adjust and bring up the bottom message input area. I've...

It is really awesome lib. :) Can someone share how to achieve framings on orientation changes? It is really needed for me to do as the app supports both the...