Posts

Post not yet marked as solved
0 Replies
544 Views
Hello Apple Team, As described in the subject and from the attached screenshot we are not seeing the labels, icons, and selected date in the date picker for iOS version 14.0 and above. We are using WKWebview to load the forms, using HTML tag input type="date"> to show the date picker. Environment Details: xCode version 12.4 Swift version 5.0. The app is developed in native iOS. We tried different ways to fix this issue but to no avail. Guide us to fix this, as it is a production issue. Let us know for any other clarifications, waiting for your response ASAP.
Posted Last updated
.
Post not yet marked as solved
1 Replies
1.2k Views
Hello Guys,I'm an IOS developer. I'm using MFMailComposeViewController in my application code for sending mails.I'm facing below Issues :1. After entering email id in Mail and close the keyboard, Send button and entered mail id are missing.2. Unable to set MFMailComposeViewController navigation colour,I tried with some code but no luck.if(@available(iOS 13, *)) { UINavigationBarAppearance *navApp = [UINavigationBarAppearance new]; [navApp configureWithOpaqueBackground]; navApp.backgroundColor = [UIColor redColor]; email.navigationBar.scrollEdgeAppearance = navApp; self.navigationController.navigationBar.scrollEdgeAppearance = self.navigationController.navigationBar.standardAppearance; email.navigationBar.scrollEdgeAppearance = emailer.navigationBar.standardAppearance; }Steps1. I entered my emailId2. I closed keyboard , you can see entered mailId and send button are missing.3. when I scroll the screen up I can see cancel and send buttons,Thanks in advance.
Posted Last updated
.