As soon as a push certificate expires, notifications are directly affected it? So any user can't get notifications?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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?,
@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?
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.
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?
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?
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)
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?
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?