Post

Replies

Boosts

Views

Activity

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
619
Mar ’23
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
413
Feb ’23
Does tvOS Support WebP on swiftui?
Webp images work on iOS and iPadOS. But it doesn't work on tvOS. In fact, Apple say that: But why doesn't it happen? Is there a way that it works on tvOS?
Replies
0
Boosts
0
Views
939
Activity
Nov ’23
Accessibility Bundle Name - CFBundleSpokenName dont work
CFBundleSpokenName = "Apple 123" CFBundleName = "Apple" Accessibility Bundle Name don't work without opening app. When I touch the application on device home screen, voiceover reads the app as "Apple". After the app launched, it reads as "Apple 123". I want reading as "Apple 123" on home screen, too. Can you help me?
Replies
2
Boosts
1
Views
921
Activity
Jul ’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)
Replies
0
Boosts
0
Views
619
Activity
Mar ’23
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?
Replies
0
Boosts
0
Views
413
Activity
Feb ’23
tvOS Searchbar padding problem
I am developing tv app. I use native searchbar. But spaces is occuring at left and right of screen. Views looks cut off. I want to remove this spaces. I ran into this issue for both swiftui and uikit. Do you help me?
Replies
0
Boosts
0
Views
866
Activity
Nov ’22
Views don't update with @Published data on subclasses of ObservableObject class for iOS 14
@Published var value: String = "" Views don't update with @Published data on subclasses of ObservableObject class for iOS 14 while it works for iOS 15. I try following code as workaround:    var value: String = "" {     willSet { objectWillChange.send() }   } This works, but does anyone have any better suggestions?
Replies
4
Boosts
0
Views
2.7k
Activity
Aug ’22
border and radius for view in swiftui
In SwiftUI, I want to set border to a view and radius to only specific corner of it. I didn't achive this. Help me, please.
Replies
1
Boosts
0
Views
684
Activity
Aug ’22
UIWebview content size is wrong
I use webview and loadHTMLString. But UIWebview content size generally is wrong for iphone 12+ and version 15+. It is well for other device. Can you help me?,
Replies
0
Boosts
0
Views
719
Activity
Feb ’22
Push Notification Certificate
As soon as a push certificate expires, notifications are directly affected it? So any user can't get notifications?
Replies
1
Boosts
0
Views
1k
Activity
Feb ’22