Category: ios
Pokemon Sticker Pack – Open source Pokemon stickers for iOS 10
February 3, 2024
by Tracey Manning
No Comments
You can now send pokemon emojis to your friends while chatting, with support for iMessage on iOS 10.
Read More
IOS: Three componentized communication solutions
February 3, 2024
by Harriet Simpson-Cox
No Comments
Componentization This paper mainly introduces three common communication modes of componentization. Three common componentized communication schemes Componentized communication schemes The most important are the three...
Read More
Use the video player plugin to process videos in Flutter
February 3, 2024
by Rachel Barnes
No Comments
You've seen many applications with video content, such as a recipe application with video tutorials, a movie application, and sports-related applications. Would you like to...
Read More
DefaultsKit: A simple, efficient default value management library
February 3, 2024
by Akarsh Kota
No Comments
DefaultsKit: A simple, efficient default value management library. # Like Open Source
Read More
What exactly is ARAnchor used for? A few simple things I know
February 3, 2024
by Lavanya Hans
No Comments
ARAnchor is an important type and concept in ARKit. However, there are many problems in use: what is ARAnchor? Why does it always go wrong?...
Read More
IOS slimming __Text segment move
February 3, 2024
by Jennifer Curtis
No Comments
The main principle is that Apple will shell the APP. If the shell is added, the data will be moved from the __Text section to...
Read More
Several ways iOS listens for screen rotation
February 3, 2024
by 黃思穎
No Comments
There are three ways iOS listens for screen rotation. Before iOS9, use <UIContentContainer> protocol to listen. And listening through Notification notifications.
Read More
Talk about the underlying iOS RunLoop
February 3, 2024
by Claudia Chapman
No Comments
What is RunLoop? RunLoop is an important knowledge in iOS/Mac OS development. It runs through the entire process of running an application. It is part...
Read More
Swift 5 is officially released!
February 3, 2024
by Seher Bhandari
No Comments
Swift 5 is now officially released! Swift 5 is a major milestone in the evolution of the language. Thanks to ABI stability, the Swift Runti...
Read More
Memory alignment calculation
February 3, 2024
by Jivika Grewal
No Comments
Save docking basic data types in the body structure of | memory type | bytesize (64 - bit systems) | bytesize (32-bit) | | :...
Read More
【iOS audio and Video learning 】VideoToolBox H264 video hard decoding
February 3, 2024
by Sheila Davis
No Comments
"This is my fourth day of participating in the First Challenge 2022. For more details: First Challenge 2022." This article explains hard decoding of video...
Read More
IOS goes deep into alloc & init
February 3, 2024
by 刁冠宇
No Comments
"This is the first day of my participation in the First Challenge 2022. For details: First Challenge 2022." At present, the preface intends to go...
Read More
OC dynamic method resolution and message forwarding
February 3, 2024
by Adriana Montes
No Comments
Before the foreword, we have respectively analyzed the fast lookup and slow lookup of objc_msgSend. The conclusion is that when sending a message to an...
Read More
How Fastbot can help the stability test of toutiao.com
February 3, 2024
by Kevin Mendoza
No Comments
Fastbot is an intelligent testing service jointly developed by Quality Lab and GIP-ios platform architecture team. It makes use of machine learning and reinforcement learning...
Read More
IOS is based on uniApp native component development, how to deal with Vue page jump in the native part.
February 3, 2024
by Patricia Russell
No Comments
The navigator for iOS is based on the UINavigationController, which is responsible for the jump logic to the control. Vue is dependent on the router,...
Read More
Core Location geofencing development guide
February 3, 2024
by Seher Andra
No Comments
Core Location geofencing development guide
Read More
The latest iOS interview questions
February 3, 2024
by Patricia Nolan
No Comments
2, how to achieve a countdown function, similar to the mushroom street in the second kill. 7. Mentions my blog and asks questions about my...
Read More
OC Object Principles – Object nature and ISA
February 3, 2024
by Prerak Thakkar
No Comments
The LGPerson class is compiled to LGPerson_IMPL in main. CPP: the LGPerson class is compiled to LGPerson_IMPL with the first attribute NSOb
Read More
IOS project template Demo annotations
February 3, 2024
by Kimberly Frazier
No Comments
You can pull the code for Tag 4.1 to keep this article consistent with the demo. The first thing you see when the project is...
Read More
Advertising cost ≠ high conversion rate, can open APP is the most effective advertising!
February 3, 2024
by Stephen Shepard
No Comments
Although the goal is: with reasonable input cost, through various ways to optimize, maximize the effect of output. But each channel and each advertiser's delivery...
Read More
Ios-awesome-starter-kit: Insight into the framework of development, and share the Swift development Starter Kit
February 3, 2024
by Sumer Goyal
No Comments
Ios-awesome-starter-kit: The author's understanding of the framework for development and shares the Swift development Starter Kit. # Like Open Source
Read More
From Gaussian blur to Category method loading
February 3, 2024
by Darshit Loyal
No Comments
IOS 8 provides us with UIVisualEffectView. We can use this class to achieve gaussian blur effects. We may need to "take a snapshot" of this...
Read More
ARKit was used to correct the image
February 3, 2024
by 吳龍
No Comments
When photographing a document, the phone will distort the document if it is not facing the document. ARKit can be used to correct the graphics...
Read More
Simply draw a circle progress bar
February 3, 2024
by Sahil Sant
No Comments
This is the sixth day of my participation in the First Challenge 2022. For details: First Challenge 2022. The progress bar of the circle will...
Read More
IOSRunloop running loop written down some lessons learned
February 3, 2024
by Wendy Thomas-Wade
No Comments
Learning g is like rowing upstream, not to advance is to go back! Mutual encouragement!! Today is mainly to a simple analysis of the iOSRunloop...
Read More
OC Basic principle of objc_msgSend method slow search
February 3, 2024
by Lorraine Skinner
No Comments
Preamble: We have already analyzed the quick lookup process of a method, but what functions will be executed when a method has no cache? With...
Read More
IOS MethodSwizzled pit
February 3, 2024
by Renee Hayre
No Comments
Our MethodSwizzled swaps in the +(void)load method, and if it is actively called somewhere else the previously swapped methods will be swapped back, so there...
Read More
iOS-MethodSwizzling
February 3, 2024
by Kahurangi Gee
No Comments
Method Swizzling is objective-C dark magic implemented using the Runtime. Used for method interchange, which, as the name implies, swaps implementations of two methods. For...
Read More
SquishButton: Imitation Clips application Press the instant video recording button
February 3, 2024
by Kevin Rodriguez
No Comments
SquishButton: Imitation Clips application Press the instant video recording button. # Like Open Source
Read More