Jis Thottan
Results
2
comments of
Jis Thottan
I have used this to get current tab name and url but how to get current tab FavIcon image. ``` let safariApplication = SBApplication(bundleIdentifier: "com.apple.Safari")! as SafariApplication self.windows = safariApplication.windows!().reduce([String:...
Go to DatePickerDialog.swift in Sources Folder and add this line if #available(iOS 13.4, *) { datePicker.preferredDatePickerStyle = .wheels } @mehyaz showed in the above image worked for me