musa-almatri

Results 6 comments of musa-almatri

I had the same issue @zaidqattan A current workaround is to force all the subviews of the CBPinEntryView to use leftToRight semantics pinEntryView.subviews.forEach { $0.semanticContentAttribute = .forceLeftToRight }

I just tried it with the example app and it is working fine. Try to clean the project and run it again. or try to put the previous code in...

@zaidqattan you are welcome. By the way, you have a typo in the text "بلحركات" 🙈

@vikasAccion @hassan8055 Here is a workaround extension to set the pin, till a proper fix is done on the repo. extension CBPinEntryView { open func setPin(_ pin: String) { self.clearEntry()...

@talat-baig I have to fork the library and add it by myself here is the commits I did to add support for min & max [https://github.com/musa-almatri/DateScrollPicker/commit/77a7a1ee1e794c9e0f6b757de16cbcd79a0a9e95](https://github.com/musa-almatri/DateScrollPicker/commit/77a7a1ee1e794c9e0f6b757de16cbcd79a0a9e95) [https://github.com/musa-almatri/DateScrollPicker/commit/207b1f70ff37366b5798ab940e423401facdbf2c](https://github.com/musa-almatri/DateScrollPicker/commit/207b1f70ff37366b5798ab940e423401facdbf2c)

don't know if this will help but you can use `archive.reversed()` to get the entery I think it is faster than sorting method