随笔分类 - IPhone
深入浅出 JavaScriptCore
摘要:深入浅出 JavaScriptCore 作者: 简书 2017-03-18 21:51:00 查看源网址 阅读数:1744 本文由我们团队的纠结伦童鞋撰写。 写在前面 本篇文章是对我一次组内分享的整理,大部分图片都是直接从keynote上截图下来的,本来有很多炫酷动效的,看博客的话就全靠脑补了
阅读全文
How to Animate UILabel textColor Properties
摘要:How to Animate UILabel Properties UILabel properties cannot be easy animated due to some various reasons, so code like this will have no effect on it:
阅读全文
Autolayout Breakpoints
摘要:articles archives team Autolayout Breakpoints Auto layout has become a crucial tool for iOS and OS X development. It makes creating layout for multipl
阅读全文
Toggle Slow Animations
摘要:Toggle Slow Animations iOS Simulator has a feature that slows animations, you can toggle it either by pressing ⌘T or choosing Debug > Toggle Slow Anim
阅读全文
关于 @synchronized,这儿比你想知道的还要多【iOS】
摘要:关于 @synchronized,这儿比你想知道的还要多 2015/11/03 · iOS开发 · Objective-C, synchronized 分享到:1 原文出处: Ryan Kaplan 译文出处:杨萧玉(@杨萧玉HIT) 因为原文一些内容写的不太准确,我按照我的理解做出了批注和补充。
阅读全文
How To Make A Swipeable Table View Cell With Actions – Without Going Nuts With Scroll Views
摘要:How To Make A Swipeable Table View Cell With Actions – Without Going Nuts With Scroll Views Ellen Shapiro on April 24, 2014 Ellen Shapiro on April 24,
阅读全文
"Loading a plug-in failed The plug-in or one of its prerequisite plug-ins may be missing or damaged and may need to be reinstalled"
摘要:The Unarchiver 虽好,但存在问题比我们在mac上zip打包一个软件xcode, 然后copy to another mac, 这时用The Unarchiver解压缩出来的xcode包不能运行, 好像是里面的文件信息结构被破坏,会出现而用archive utility 解压就能正常运行
阅读全文
AutomaticReferenceCounting.html#runtime-support
摘要:https://clang.llvm.org/docs/AutomaticReferenceCounting.html#runtime-support Runtime support This section describes the interaction between the ARC run
阅读全文
http error: "request body stream exhausted"
摘要:'request body stream exhausted' after authentication challenge #661 Closed aburgel opened this issue on Nov 26, 2012 · 15 comments Assignees No one as
阅读全文
base64编码的作用
摘要:为什么使用base64 蜡笔爱小新qf | 浏览 2279 次 推荐于2016-03-27 09:16:54 最佳答案 因为早期的一些邮件服务器只支持文本信息,不支持二进制信息和文件。而base64编码后的结果都是纯文本的,适合用电子邮件来传送二进制数据。 Base64是网络上最常见的用于传输8Bi
阅读全文
(转)如何处理iOS中照片的方向
摘要:如何处理iOS中照片的方向 31 May 2015 • 7 min. read • Comments 使用过iPhone或者iPad的朋友在拍照时不知是否遇到过这样的问题,将设备中的照片导出到Windows上时,经常发现导出的照片方向会有问题,要么横着,要么颠倒着,需要旋转才适合观看。而如果直接在这
阅读全文
Core MIDI and Friends
摘要:http://www.slideshare.net/invalidname/core-midi-and-friends 31 of 31 http://www.slideshare.net/invalidname/core-midi-and-friends 31 of 31 http://www.s
阅读全文
Keychain group access
摘要:Keychain group access Apr 3, 2010 · 3 minute read · Comments keychain Since iPhone OS 3.0 it has been possible to share data between a family of appli
阅读全文
Amd64 and Va_arg
摘要:Made of Bugs Blog Archives Author Blog Archives Author Amd64 and Va_arg OCT 3RD, 2010 A while back, I was poking around LLVM bugs, and discovered, to
阅读全文
Send Push Notifications to iOS Devices using Xcode 8 and Swift 3, APNs Auth Key
摘要:Send Push Notifications to iOS Devices using Xcode 8 and Swift 3 OCT 6, 2016 Push notifications are a great way to ensure your users re-engage with yo
阅读全文