Dynamic Island is master stroke from Apple in iOS 16. Tremendous look!

Technology Makes A Wonderful World
Today I will show you how to display the data from the JSON API response to list view of SwiftUI.
iOS – Apple provides screenshot detection notification but not providing direct solution for prevention.
Here I found solution for preventing screenshot taking from the UIView. It’s a simple extension of the UIView that allows to hide it from screen-capturing and also from screen recording. The solution uses ability of UITextField to hide a password from capturing.
Usage:
viewSecure.preventScreenshot()
So, when you take screenshot the logic of text field secure entry (password text field) will not allow to take screenshot of that part.
Update: Here is recursive function for preventing screenshot.
If you like then Buy me a coffee ☕️
Let me know if you have any questions, comments, or feedback – contact me on Twitter.
Stay Safe At Home. Learn Something New. Share To The World.
Happy Coding 🙂
Apple didn’t provided all the details in documentation related to A/B testing on AppIcon. So, here I am writing all steps in this tutorial.
Right now many users are getting this issue due to App Store outage. Here is some solution for that.
SpriteKit gives inbuilt great animated particles, we can take advantage of it to create nice animated splash screen or scratch card win celebration screen!