-
Notifications
You must be signed in to change notification settings - Fork 17
ios
Hanlei Qin edited this page Dec 18, 2021
·
4 revisions
iOS is the mobile operating system running on the Apple iPhone, iPod touch, and iPad.
- https://github.com/BohdanOrlov/iOS-Developer-Roadmap
- Human Interface Guidelines: Get in-depth information and UI resources for designing great apps that integrate seamlessly with Apple platforms.
- IOS 绘图机制
- ios-good-practices Good ideas for iOS development, by Futurice developers. http://www.futurice.com
- iOS-InterviewQuestion-collection
- Open-Source iOS Apps, A collaborative list of open-source iOS, watchOS and tvOS apps
- Telegram-iOS
- Xcode中Upload到AppStore时不成功,可以尝试用Application Loader上传,需要先在Xcode的Organizer中导出AppStore的ipa。
- iOS Crash(崩溃)调试技巧 每次Upload前的归档文件一定要留着,其中包含了二进制文件,可以用于调试。
- AppStore证书详解
- 上传时报ERROR ITMS 90209段错误:
删除luajit用于模拟器调试时添加的
-pagezero_size 10000 -image_base 100000000
- 两个iphone搭建ipv6环境 https://zhang759740844.github.io/2017/03/31/%E7%94%B1%E4%BA%8EIPv6%E8%A2%AB%E6%8B%92/
-
iOS WebKit Debug Proxy: A DevTools proxy (Chrome Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector).
- To use Chrome DevTools it's the recommendation to use the RemoteDebug/remotedebug-ios-webkit-adapter project, which has instructions on how to setup Chrome to remote debug iOS devices, much similar to Android debugging.
- STCObfuscator iOS全局自动化 代码混淆 工具!支持cocoapod组件代码一并 混淆,完美避开hardcode方法、静态库方法和系统库方法!
- Python-ZFJObsLib完美生成iOS垃圾代码
- App Icon Generator
- iOS如何获得网络状态相关信息
- 协作开发时,team设置为个人账号或none,如果在fix issuse时出现内购错误,可以删除linked库StoreKit.framework、并重新fix issue
-
WKWebView捕获JS Error 跨域解决
[configuration setValue:@TRUE forKey:@"allowUniversalAccessFromFileURLs"]; [configuration.preferences setValue:@"TRUE" forKey:@"allowFileAccessFromFileURLs"] ;
- iOS APP微信支付接入多个商户账号
- awesome-iosA curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
- iOS apps: Awesome iOS apps
- Best Resources for iOS Engineers
芝士就是力量,法国就是培根!
Knowledge is power -- Francis Bacon
人要是没有梦想,和咸鱼有什么分别?光标请勿在最高司令官身上停留!
- mathematics
- algorithm
- theory-of-computation
- compiler
- operating-system
- networks
- security
- artificial-intelligence
- computer-graphics