Post

Replies

Boosts

Views

Activity

Comment on IOS 15 is the one that looks at your pictures?
They do not look at pictures. It computes a "compressed signature" from the image (which by no way can be seen or even decoded to get the original image in anyway). And compares to the signatures of other images from databases to find matches. All they can say is: you have a photo which signature matches what is in the database. Then of course they can see this photo in the database. But no photo that is not in the database can be visualised.
Sep ’21
Comment on How to set UINavigationBar barStyle in iOS 15 beta 8
But this seems to work:           self.navigationController?.navigationBar.barStyle = UIBarStyle.blackTranslucent. But as it is deprecated since iOS 13, you should use :           self.navigationController?.navigationBar.barStyle       = UIBarStyle.black           self.navigationController?.navigationBar.isTranslucent       = true. I also found this comprehensive analysis of the changes since iOS 13 :        h t t p s : / / sarunw.com/posts/uinavigationbar-changes-in-ios13/
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’21