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