Nudges there are three types of tip: UIUserNotificationTypeBadge: application of BadgeValue UIUserNotificationTypeSound little red circle: Sound or vibration tip UIUserNotificationTypeAlert: show Alert Message content
2017.4.23: Added support for data sources to rely entirely on network requests. ** 2017.4.22: Added support for refreshing tables after requesting new data. ** **...
Weak references are analyzed in detail in the iOS Low-level Memory Management Weak References table, and the corresponding weak references are strong references. This article...
I first defined specific identifiers for the start and end of the startup process, then introduced several stages of the startup process, and how to...
The core Bluetooth framework lets your iOS and Mac applications communicate with Bluetooth low-power devices. For example, your app can discover, explore, and interact with...
Objective-c is a "superset" of C, so everything in C still applies when writing Objective-C code. Objective-c uses "message structure" instead of "function call." At...
Welcome to follow my official account. I will regularly share some solutions to the problems I encounter in the project and some practical skills of...
Go to: https://cainrun.github.io/14718583940487.html the author said the last time we knew the singleton pattern is going on, now let's look at what is called a...
Find the nature of OC objects, we usually write objective-C code, the underlying implementation is actually C\C++ code. OC object structures are implemented through the...
The previous article covered reference counting tables in hash tables, but left out one weak reference table. What does the reference count table do when...