Post

Replies

Boosts

Views

Activity

Keyboard type changing detect
I want to get info current keyboard type when user change keyboard type on it. For example, passed from numbers to letters. I want to get letter type. How to do this? Secondly, can I open keyboard with its numbers side or letters side programmatically?
0
0
394
Feb ’23
Localizaiton in UIDatepicker doesn't work
My device language is arabic. But my app language is english. I apply a locale to the datepicker. datePicker.locale = Locale(identifier: "en") datePicker.calendar.locale = Locale(identifier: "en") Then, while months are english , the days are not being localized. Is there a solution to make the days in english? (Problem is in iOS 15, in iOS 16 it works true)
0
0
564
Mar ’23