December 24, 2020
Dive into React Native
Memory
In react native, it is so intuitive to display different types of images. The Image Component can display network images, static resources, tempo ...
Read more
December 23, 2020
Dive into React Native
Native Modules is one of the key part of React Native which enables JavasScript to call methods in iOS or Android native implementation.
It is qu ...
Read more
August 18, 2020
Popular Article
Debug
How to see Assemble code in Xcodedebug -> Product -> Action-> Assemble “main.m”
1234567812 int main(int argc, char * argv[]) {13 ...
Read more
August 18, 2020
Debug
Memory corruption is hard to debug because it is hard to consistently reproduce and the source of error is often far from its manifestation. But w ...
Read more
August 5, 2020
Debug
LLDB
Tail call optimization, callee reusing the stack of the caller, is currently supported on x86/x86-64, PowerPC, and WebAssembly. It is perfor ...
Read more
July 5, 2020
LLDB
Building
Most contents come from https://developer.apple.com/videos/play/wwdc2018/415
The new building system introduced in Xcode 10 is written by Swift ...
Read more
June 7, 2020
Debug
LLDB
Advanced debug in Xcode and LLDBhttps://developer.apple.com/videos/play/wwdc2018/412
This session is awesome!
Configure behaviors to dedicate a ...
Read more
June 7, 2020
Debug
LLDB
https://developer.apple.com/videos/play/wwdc2019/429
po commandWe usually use po to print object description, which does the same job as expres ...
Read more
May 15, 2020
Popular Article
Animation
In react-native, sometimes, you may want to rotate a view basing one a specific point instead of the center of the view. Like the cube animation i ...
Read more
May 9, 2020
WWDC
Image
Work with Wider Colorhttps://developer.apple.com/videos/play/wwdc2016/712
Basic concepts about colorWhat is Color Space
A color space is a specifi ...
Read more