Ali Elsokary

Results 5 comments of Ali Elsokary

Actually in the example project I can edit and `cut` the content of `RichTextView` label. I thought of disabling the user interaction on the label but I want to be...

I managed to align the text by putting the data inside div align="right" and for ordered and unordered list i used direction: rtl; ``` """ ul { direction: rtl; }...

I have the same issue, any updates here?

I used @AdnanMajeed06 solution by adding the transform function in `ViewDidLoad` after `super.viewDidLoad` and without reversing the tabs array by extending `UICollectionViewFlowLayout` like so: ``` extension UICollectionViewFlowLayout { override open...