
iOS进阶
文章平均质量分 56
annkie
混迹于移动互联网和手机行业。
展开
-
[iOS]Apple官方开源项目
完整入口:http://www.opensource.apple.com还有一些托管在github典型项目:1. Objective-c runtimeobjc4-680或者github托管https://github.com/opensource-apple/objc4.git2. swift语言原创 2015-12-19 08:08:17 · 2571 阅读 · 0 评论 -
MacOS下Objective-C项目基于SonarQube的代码审计操作纪要
SonarQube 代码审计原创 2016-05-27 11:43:13 · 5150 阅读 · 0 评论 -
[Objective-C]runtime学习资料
1. 官方Objective-C Runtime Programming Guide2. 官方Objective-C Runtime Reference3. 官方runtime开源代码网上有可以编译通过的低版本代码。4. 第三方文档http://justinyan.me/post/1624...原创 2018-09-19 09:55:41 · 163 阅读 · 0 评论 -
[Objective-C]MD5 Crpyt(3)实现
Objective-C代码实现//// CryptMD5.m// CryptMD5//// Created by andyliu on 2018/10/12.//#import "CryptMD5.h"#import <CommonCrypto/CommonCrypto.h>#define CC_MD5_DIGEST_LENGTH 16#define ...原创 2018-10-15 13:43:08 · 446 阅读 · 0 评论 -
[iOS]nodejs-mobile在iPhone XS崩溃
现象:内置的nodejs-mobile在iPhone XS直接crash模拟器iPhone XS没问题,真机有问题Organizer Crashes 日志打开后可以看到 arm64_CallFunction反复被调用,直到Stack Overflow分析根据上述信息,可以推测跟iPhone XR的处理器有关。搜索关键字 “nodejs_mobile crash iPhone XS...原创 2018-10-30 13:12:11 · 3242 阅读 · 0 评论