KVO, which stands for KeyValueObserving, is an event notification mechanism provided by Apple. Allows an object to listen for changes to specific properties of another...
After removing RAC, it is necessary to find something to replace RAC. I consulted the high-end female dress makers of iOS and they recommended BlocksKit...
This article showed you how to use GPUImage to implement a simple camera. Specific functions include taking photos, recording videos, multi-segment video synthesis, real-time beauty,...
Here we will introduce the implementation process of the sliding selection control. 1. Demand analysis The interface shown in the above GIF is not complicated,...
We previously sent an article about push iOS push notification and notification extension, which introduced push related process and code implementation, but using OC to...
KVO:(key-value-observer) is a mechanism, also known as Observer mode, that allows objects to be notified of changes to specific properties of other objects. Especially useful...
In the process of resolving a legacy code, I wanted to encapsulate UIAlertView a bit to separate the specific AlertView code from the huge ViewController,...
This is the 18th day of my participation in the November update challenge, the last update challenge in 2021. Probably most programmers in the redevelopment...
Content for LeetCode algorithm and personal solutions (may not be the best solution), according to the topic of the type of classification, update from time...
In this article we will explore the different forms of transition from simple to complex, and discuss some different aspects. How to configure, compose, and...
In camera applications, real-time stickers and real-time face trimming are relatively common functions, which are based on face key point detection. This paper mainly introduces...
SwiftUI has two kinds of animation, explicit and implicit. Implicit animation is specified through.animation() modifier. Whenever one of the view's Animatable parameters changes, SwiftUI animates...
Yesterday, anonymous developers uploaded the source code for core iOS components on GitHub, which could help hackers and security researchers find iOS vulnerabilities and put...
IOS development start ads, dynamic access to network start pictures, with gradual start animation, support half screen and full screen, similar to Baidu SSP ads...