mob-rockstar
mob-rockstar
When I selected the language to Arabic, the texts and placeholder in Editor is not aligned to right. Thanks
I am going to change the background of editor so I tried to use the following codes: `self.editor.backgroundColor = UIColor.gray self.editor.inputAccessoryView?.backgroundColor = UIColor.gray` But background is not changed.
I have used above xml for circle image with border color. but if source image is not square, result is elliptic, not circle.
I tried to catch onItemClick in ListView but that method is not fired after implementation of SwipeRevealLayout. How can I solve this problem
I have set the string array with English & arabic combination. when I enter the character in SearchTextField, list is displayed correctly. But after I select the any item, selected...
Dear I am trying to display the PDF to custom view using ILPDFKit , not full screen view controller. Let me know how can I use the ILPDFKit to display...
I am going to make circle image view `android:adjustViewBounds = true` `android:scaleType="fitCenter"` Is there any way to implement above features using this library? thanks
I tried to set the border color as followings: `tagList.addTag("Test").borderColor = UIColor.clear` but it causes error : "Ambiguous use of 'borderColor'" It worked well in previous version but not working...
I tried to use TagListView in ScrollView but it's content height is not updated. So I have tried to use outside of ScrollView but same issue. How can I solve...
I have implemented localization in my app. (English & Arabic) In English, the menu button should be on the top of left side. And sliding menu should be displayed from...