swift
Error [Nskeyedunarchiver Validateallowedclass:Forkey:] Solution
## problem The storage path is: ``` lazy var filePath:String = { let path = NSSe…
Swift Real-Time Monitoring Of Network Status
## 1) With the help of Alamofire * real-time * Can be used globally * Protocol-oriented …
(Swift) Multi-Thread-Gcd
## 1)DispatchGroup() ``` let taskQueue = DispatchQueue.global() let taskGroup = DispatchGroup(…
(Swift) Handling The Part Of The Subview Beyond The Parent View, Still Clickable
## 1) Problem scenario As shown in the figure below, the yellow view is the parent view, and the…
(Swift) Compare Whether Two Pictures Are Equal
## solution ``` extension UIImage { func isEqualToImage(_ image: UIImage) -> Bool { …
(Swift) Generate Random Verification Code
## 1) Usage scenario * Mostly used for card script verification; * Support background color…
(Swift) Swipe Left And Right To Zoom The View (Large In The Middle And Small On Both Sides)
## 1) Usage scenario * Mostly used for photo display, slide left and right to show zoom effect…
(Swift) Loading Loading Circle View
## 1) Usage scenario * Mostly used for network requests to load and rotate; * Support rotat…
Include Of Non-Modular Header Inside Framework Module
## description **Usage scenario**: **macOS** framework Swift language, add third-party libraries…