SuYungCheng
SuYungCheng
Thanks for the useful library first. I try to use the `xLabelsSkipLast` method, and want to hide the last label "October". ``` chart.xLabels = labels print(labels) // [0.0, 22.0, 43.0,...
I implement two Views(view1 and view2) first it shows view1 on my screen , but on the right of the screen , there shows the View2's left part after I...
How can I distinguish the Button Normal text with Selected text? they use the same localize key in the storyboard, but actually the button title is different.
If my translated text include escape character(like \n), can Swift shows 2 lines?
How can I set default index whenever I use that?
I want to keep the alert on the screen. But when I touch android system back button , The alert will be dismiss and I had tried to use WillPopScope...
I found a bug.It make my project fatal error: unexpectedly found nil while unwrapping an Optional value I put 3 images and some text in the expend part It looks...
In your Demo,you should tap on the cell to expend or hide stackView. But I want to use custom button to do the same with tapping cell. how to do...
I use iPhone . if I use logInfo method , it will save duplicate data. like this: 2021-09-02 13:45:13.696 +0800: {MyLogFile} {This is a log message: 1630561513694, it will be...