跳至内容
Taijicoder Wiki
用户工具
登录
站点工具
搜索
工具
显示页面
过去修订
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
ios
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
## iOS [苹果开发者账号申请(个人/公司/企业)](https://www.cnblogs.com/junhuawang/p/7448279.html) [苹果企业开发者帐号申请流程](https://www.comeab.com/h-nd-137.html) [什么是邓白氏编码?](https://www.chinassl.net/?f=faq&a=view&r=429) [iOS APP 备案那些事:分析如何通过证书文件获取公钥和指纹](https://juejin.cn/post/7304858521627852810) [苹果开发者权限说明](https://developer.apple.com/support/roles/) [Apple Developer 开发者帐号更新答疑](https://developer.apple.com/support/renewal/) [iOS 系统版本比例分布图](https://developer.apple.com/support/app-store/) [iOS 固件下载中心](http://act.feng.com/wetools/index.php?r=iosRom/index) [XCode 低系统真机支持](https://juejin.cn/post/7478302584769282102) [iPhone各种手机分辨率图片使用](https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions) [iPhone的CPU架构和ARM指令集](https://juejin.cn/post/7083834378333192200) [iOS armv7 armv7s arm64 说明](https://www.cnblogs.com/nenhall/p/13223072.html) [创建证书签名请求(CSR)](https://help.apple.com/developer-account/#/devbfa00fef7) [Building from the Command Line with Xcode FAQ](https://developer.apple.com/library/archive/technotes/tn2339/_index.html) [Simulator Runtime 下载链接](https://developer.apple.com/download/all/?q=runtime) [手动安装 Simulator Runtime](https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes) [altool 使用](https://help.apple.com/asc/appsaltool/#/apdATD1E53-D1E1A1303-D1E53A1126) [How to Renew Cert for Fastlane Match](https://samwize.com/2019/05/02/how-to-renew-cert-for-fastlane-match/) [Apple Open Source Code Tarballs](https://opensource.apple.com/tarballs/) [XCode Release Notes](https://developer.apple.com/documentation/xcode_release_notes) [使用Swift来写脚本](https://www.journaldev.com/19593/swift-script-command-line-arguments) [XCode 中 Target Project Workspace Scheme 等概念的官方解释](https://developer.apple.com/library/archive/featuredarticles/XcodeConcepts/Concept-Targets.html) [Upload your app binary files with altool](https://help.apple.com/itc/apploader/#/apdATD1E53-D1E1A1303-D1E53A1126) [iOS Crash 分析攻略](https://mp.weixin.qq.com/s/hVj-j61Br3dox37SN79fDQ) [Examining the Fields in a Crash Report](https://developer.apple.com/documentation/xcode/diagnosing_issues_using_crash_reports_and_device_logs/examining_the_fields_in_a_crash_report?language=objc) [Diagnosing Issues Using Crash Reports and Device Logs](https://developer.apple.com/documentation/xcode/diagnosing_issues_using_crash_reports_and_device_logs?language=objc) [iOS不同系统版本使用的sqlite的版本对照表](https://github.com/yapstudios/YapDatabase/wiki/SQLite-version-(bundled-with-OS)) [[sqlite multiple threads]] [事务可以极大的提高 sqlite 的批量插入速度](https://stackoverflow.com/questions/1711631/improve-insert-per-second-performance-of-sqlite) [Override Objc method via category](http://stackoverflow.com/questions/14259517/override-a-method-in-objective-c-via-category) [Convert UIWebview contents to a UIImage](http://stackoverflow.com/questions/858788/convert-uiwebview-contents-to-a-uiimage) [Enabling Web Inspector](https://webkit.org/web-inspector/enabling-web-inspector/) [[iOS_web_cache]] [iOS 生成 exportOptionsPlist 文件](https://blog.csdn.net/lovechris00/article/details/79141752) [keychain 无法导出p12 文件](https://www.jianshu.com/p/adc79855cb4d) [__weak 怎么实现的](https://www.jianshu.com/p/fe9865814668) [NSInvocation在获取返回值后crash问题](https://blog.csdn.net/zengconggen/article/details/38024625) [Nullability and Objective-C](https://developer.apple.com/swift/blog/?id=25) [__block 关键字 起什么作用?](https://stackoverflow.com/questions/7080927/what-does-the-block-keyword-mean) [在使用block时,什么时候该使用weak?](https://stackoverflow.com/questions/20030873/always-pass-weak-reference-of-self-into-block-in-arc) [剖析RAC中的@weakify、@strongify](http://www.cocoachina.com/ios/20161025/17303.html) [Is it possible to auto-detect string encoding in a Cocoa program ](http://www.macosxguru.net/article.php?story=20030808081801868) [iOS 8 UITableView separator inset 0 not working](http://stackoverflow.com/questions/25770119/ios-8-uitableview-separator-inset-0-not-working) [Determining the available amount of RAM on an iOS device ?](http://stackoverflow.com/questions/5012886/determining-the-available-amount-of-ram-on-an-ios-device) [LocationManager update with Error Domain=kCLErrorDomain Code=0 “(null)](https://stackoverflow.com/questions/32543754/ios-9-error-domain-kclerrordomain-code-0-null) [[Stuck at “Authenticating with the iTunes store” when uploading an iOS app]] [谈谈 GIF 格式](https://zhuanlan.zhihu.com/p/22590949) [What Is EXC_BAD_ACCESS and How to Debug It](https://code.tutsplus.com/tutorials/what-is-exc_bad_access-and-how-to-debug-it--cms-24544) [Get parts of a NSURL in objective-c](http://stackoverflow.com/questions/3692947/get-parts-of-a-nsurl-in-objective-c) [iOS怎样validate URL](https://stackoverflow.com/questions/1471201/how-to-validate-an-url-on-the-iphone) [Friday Q&A 2010-12-31: C Macro Tips and Tricks](https://www.mikeash.com/pyblog/friday-qa-2010-12-31-c-macro-tips-and-tricks.html) [nil / Nil / NULL / NSNull](http://nshipster.com/nil/) [NSLog an object's memory address](https://stackoverflow.com/questions/7555143/nslog-an-objects-memory-address-in-overridden-description-method) [ObjC 多行String](https://stackoverflow.com/questions/797318/how-to-split-a-string-literal-across-multiple-lines-in-c-objective-c) [Objc block各种使用情况下的语法](http://goshdarnblocksyntax.com/) [GCD各个函数的简明意义](https://www.jianshu.com/p/3050ed128582) [[XCode Config]] [[Cocoapods Setup]] [从项目中移除 Cocoapods](https://stackoverflow.com/questions/16427421/how-to-remove-cocoapods-from-a-project) [[Suppress Clang Warnings]] [iOS framework/静态库 nm 调试](https://blog.csdn.net/u012703795/article/details/51490315) [Associated Objects](https://nshipster.com/associated-objects/) [Method Swizzling](https://nshipster.com/method-swizzling/) [配置Remote Notification的流程](https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/HandlingRemoteNotifications.html#//apple_ref/doc/uid/TP40008194-CH6-SW1) [TabbarItem 的badage value为什么会延时显示?](https://stackoverflow.com/questions/24575851/tabbar-item-badgevalue-is-updated-but-with-delay) [Threading Programming Guide](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Multithreading/Introduction/Introduction.html#//apple_ref/doc/uid/10000057i-CH1-SW1) [Foundation 中线程安全和不安全的类](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Multithreading/ThreadSafetySummary/ThreadSafetySummary.html#//apple_ref/doc/uid/10000057i-CH12-122647-BBCCEGFF) [Thread Safety 怎样线程安全的使用NSMutableDictionary](http://www.cnblogs.com/wxm5558/p/6516885.html) [iOS 开启后台播放音乐,震动的程序设置](https://developer.apple.com/library/archive/qa/qa1668/_index.html) [iOS 安全攻防](http://wiki.jikexueyuan.com/project/ios-security-defense/) [iOS 沙盒路径每一次安装都发生改变,所以debug时每一次编译安装到手机,沙盒路径都变了](https://stackoverflow.com/questions/12055990/what-is-sandbox-in-ios-can-i-transfer-data-between-one-app-to-another-app) [直接下载XCode的DMG文件](https://stackoverflow.com/questions/10335747/how-to-download-xcode-dmg-or-xip-file) [Preview Local Files with UIWebView](http://www.cnblogs.com/someonelikeyou/p/3779286.html) [NSAttributedString add text alignment](https://stackoverflow.com/questions/6801856/nsattributedstring-add-text-alignment) [convert NSData Length from bytes to megs](https://stackoverflow.com/questions/13810204/convert-nsdata-length-from-bytes-to-megs) [为什么有些多媒体链接,不能在MPMoviePlayerViewController中实时播放](https://stackoverflow.com/questions/14314299/how-to-config-my-server-to-providing-the-video-file-play-with-mpmovieplayerviewc) [iOS 上不能获取GPS的卫星数目](https://stackoverflow.com/questions/13292712/how-to-get-count-of-satellites-in-ios) [iOS 实现浮雕效果](https://stackoverflow.com/questions/8467141/ios-how-to-achieve-emboss-effect-for-the-text-on-uilabel) [iOS 拼接图片](https://stackoverflow.com/questions/18273271/merge-two-image-on-to-one-image-programmatically-in-iphone) [iOS 让图片可以使用View的tintColor, 比如给灰色icon和设置新的颜色](https://stackoverflow.com/questions/19274789/how-can-i-change-image-tintcolor-in-ios-and-watchkit) [CALayer 详细使用教程](https://www.raywenderlich.com/10317653-calayer-tutorial-for-ios-getting-started) [CAGradientLayer 详细解释](https://www.cnblogs.com/YouXianMing/p/3793913.html?utm_source=tuicool) [CALayer 的mask实现按照mask的轮廓裁取主体layer](https://www.cnblogs.com/zhouxihi/p/6279264.html) [ObjC Call Stack](https://stackoverflow.com/questions/5788850/see-objc-calls-in-call-stack) [iOS 强制横竖屏的解决方案](https://www.jianshu.com/p/d6cb54d2eaa1) [[Swift]]
ios.txt
· 最后更改:
2025/04/16 07:44
由
jiaji
页面工具
显示页面
过去修订
反向链接
回到顶部