自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Mamong's blog

某不知名开发者

  • 博客(16)
  • 资源 (10)
  • 收藏
  • 关注

原创 获取Sqlite数据库中的表名和字段名

代码很简略,没有添加太多的保护NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *documentsDirectory = [paths objectAtIndex:0]; NSString *path =

2014-04-29 14:14:16 12278 1

原创 再谈Objective C中的BOOL类型

解释一个类型,最好的办法就是看看它的定义:#ifdef __vxworkstypedef int BOOL;#else#undef BOOLtypedef unsigned char BOOL;#endif#define YES (BOOL)1#define NO (BOOL)0

2014-04-29 12:56:15 1388

原创 在OS X下编辑提取PDF metadata

void MakeAPDF(){ CGRect mediaRect = CGRectMake(0, 0, 400, 600); // use your own rect instead CFMutableDataRef result = CFDataCreateMutable(kCFAllocatorDefault, 0); CGDataConsumerRef

2014-04-28 15:11:13 3122

原创 书讯: CFHipsterRef: Low-Level Programming on iOS & Mac OS X

Available May 27th, 2014 Perfect for intermediate and expert developers wanting to take a deeper dive into advanced topics,CFHipsterRef: Low-Level Programming on iOS & Mac OS X covers the core tec

2014-04-26 17:05:55 4939

原创 让编译器对一些警告闭嘴

慢慢搜集一些编译器告警的熄灭方法

2014-04-26 16:58:00 11066 11

转载 IOS HTTPS证书问题

本文节选自https://gist.github.com/JacksonTian/5855751

2014-04-25 14:54:05 20919 2

转载 《HTTP协议授权访问》修订

感谢原作者欧阳大哥的倾囊相授《》

2014-04-25 14:49:25 1294

原创 再谈URL载入系统【未完】

网上有篇写的不错,主要是依据该文发散

2014-04-25 14:13:22 787

原创 自动布局相关资料

最近要翻译一本自动翻译方面的书,准备找点资料先打下底

2014-04-24 18:55:18 654

转载 @encode

表 6-1  Objective-C类型编码编码含义cchariintsshortllong在64位程序中,l为32位。qlong long

2014-04-19 19:17:27 1316

原创 avsubtitleWriter demo解析(四):writeSubtitles下篇

接着上篇。保存原视频的group

2014-04-13 09:37:40 2462

原创 avsubtitleWriter demo解析(四):writeSubtitles上篇

我已经预见到这部分会比较长,因此切分为上下liang'pian

2014-04-13 09:26:10 3425

原创 avsubtitleWriter demo解析(三):SubtitlesTextReader

前面两篇 我们已经完成了subtitle类的几个方法的说明,现在我们hu

2014-04-13 08:47:14 1656

原创 avsubtitleWriter demo解析(二):创建CMSampleBufferRef

这里有必要要阐述下字幕wen'ji

2014-04-13 07:57:21 8808

原创 avsubtitleWriter demo解析(一):字幕解析

这是苹果官方的subtitleWriter demo的系列教程。目前关于这部分的材料还不是很多,特地分析源码了解下。demo下载地址:https://developer.apple.com/library/mac/samplecode/avsubtitleswriterOSX/Listings/avsubtitleswriter_SubtitlesTextReader_m.html

2014-04-11 16:01:31 3807 1

原创 华硕K40in黑苹果更新USB热插拔支持

添加支持方法:dsdt中,对于USB的标识,微软s'ho

2014-04-05 20:27:23 2745

[cnswift.org翻译]最新swift 5.5中文翻译

文档来源:https://www.cnswift.org/ 更新: 2021-06-22 同步更新官网 6 月 7 日最新修订, Swift 5.5 2021-05-06 同步更新官网 4 月 26 日最新修订, Swift 5.4 2021-01-27 同步更新官网 9 月 16 日最新修订。 2020年07月02日 同步更新到官网 6 月 22 日最新修订,Swift 5.3 制作日期2021/8/24,在Safari下纯手工制作,包含页眉页脚。文档的特色是保持了网页原汁原味的排版和彩色字体,正文带目录,按章节分开,没有合并。格式已大体经过浏览和校验,内容、格式有误可报告给我。

2021-08-24

[cnswift.org翻译]最新swift 5.3中文翻译

文档来源:https://www.cnswift.org/ 更新: 2021-01-27 → 同步更新官网 9 月 16 日最新修订。 2020年07月02日 → 同步更新到官网 6 月 22 日最新修订,Swift 5.3 2020年3月30日 → 同步更新到官网 3 月 24 日最新修订,Swift 5.2 制作日期2021/4/6,在Safari下纯手工制作,包含页眉页脚。文档的特色是保持了网页原汁原味的排版和彩色字体,正文带目录,按章节分开,没有合并。格式已大体经过浏览和校验,内容、格式有误可报告给我。

2021-04-06

[cnswift.org翻译]最新swift 5.1中文翻译

文档来源:https://www.cnswift.org/ 2019年06月12日 → 修复了部分页面包含的 emoji 变为?的错误 2019年06月10日 → 更新了页面排序,现与官网同步 2019年06月06日 → 同步更新到了 Swift 5.1 制作日期2019/7/7,在Safari下纯手工制作,相对于原先火狐插件,修复了因分页导致的内容丢失情况,包含页眉页脚。文档的特色是保持了网页原汁原味的排版和彩色字体,正文带目录,按章节分开,没有合并。

2019-07-07

ARKit by Tutorials, 2nd Edition

Learn ARKit, Apple’s New Augmented Reality Development Framework! With ARKit, you can create immersive, engaging experiences by mixing virtual 2D and 3D content with the live camera feed of the world around you. If getting started with this new framework sounds difficult and time-consuming, don’t worry, we’ve got you covered. ARKit by Tutorials helps you learn ARKit the quick and easy way: by following fun and easy-to-read tutorials. Who This Book Is For This book is for intermediate to advanced developers who want to create ARKit apps and learn about the intricacies of developing for Augmented Reality on iOS. Topics Covered in ARKit by Tutorials Introduction to ARKit: Get a basic introduction to Augmented Reality and the ARKit framework concepts. Session Management: Discover what’s required to manage an AR session properly; this includes error handling and tracking issues. Adding Objects: Learn how to place 3D Objects into augmented space. Materials & Lighting: Explore the concepts of Physical Based Rendering, textures and light estimation. Creating 3D Assets: Get creative with the SceneKit editor and make your own 3D assets right inside Xcode. Face-based Apps: Find out what it takes to develop and ship Face-Based AR apps. And much, much more! After reading this book, you’ll be prepared to take advantage of the new ARKit framework and create your own AR-based games and apps.

2019-05-21

[cnswift.org翻译]最新swift 5中文翻译

文档来源:https://www.cnswift.org/ 2019年01月30日 → 同步更新到了 Swift 5。 在火狐插件支持下,纯手工本制作。文档的特色是保持了网页原汁原味的排版。

2019-03-09

Apress.Beginning.Machine.Learning.in.iOS.CoreML.Framework

Implement machine learning models in your iOS applications. This short work begins by reviewing the primary principals of machine learning and then moves on to discussing more advanced topics, such as CoreML, the framework used to enable machine learning tasks in Apple products. Many applications on iPhone use machine learning: Siri to serve voice-based requests, the Photos app for facial recognition, and Facebook to suggest which people that might be in a photo. You'll review how these types of machine learning tasks are implemented and performed so that you can use them in your own apps. Beginning Machine Learning in iOS is your guide to putting machine learning to work in your iOS applications. What You'll Learn Understand the CoreML components Train custom models Implement GPU processing for better computation efficiency Enable machine learning in your application Who This Book Is For Novice developers and programmers who wish to implement machine learning in their iOS applications and those who want to learn the fundamentals about machine learning.

2019-02-22

[cnswift.org翻译]最新swift 4.2 alpha中文翻译

文档来源:https://www.cnswift.org/ 2018年07月18日 → 同步更新到了 Swift 4.2。 在火狐插件支持下,纯手工本制作。文档的特色是保持了网页原汁原味的排版。

2018-08-06

iOS Programming: The Big Nerd Ranch Guide (4th Edition) (Big Nerd Ranch Guides)

epub制作,带标签,制作精良,谢绝转发 Book Description Updated and expanded to cover iOS 7 and Xcode 5, iOS Programming: The Big Nerd Ranch Guide leads you through the essential concepts, tools, and techniques for developing iOS applications. After completing this book, you will have the know-how and the confidence you need to tackle iOS projects of your own. Based on Big Nerd Ranch's popular iOS Bootcamp course and its well-tested materials and methodology, this bestselling guide teaches iOS concepts and coding in tandem. The result is instruction that is relevant and useful. Throughout the book, the authors explain what's important and share their insights into the larger context of the iOS platform. You get a real understanding of how iOS development works, the many features that are available, and when and where to apply what you've learned. Here are some of the topics covered: Xcode 5, Instruments, and Storyboards Building interfaces using the iOS 7 aesthetic ARC and strong and weak references Handling touch events and gestures Toolbars, navigation controllers, and split view controllers Using Auto Layout to scale user interfaces Using Dynamic Type to scale fonts Localization and Internationalization Block syntax and use Saving/loading data: Archiving and Core Data Core Location and Map Kit Communicating with web services using JSON Using the Model-View-Controller-Store design pattern

2014-03-04

iOS 7 App Development Essential

谢绝转发,仅供个人学习使用 Fully updated for iOS 7 and Xcode 5 and consisting of 89 in-depth chapters, the aim of this book is to teach you the skills necessary to build your own iOS 7 apps for the iPhone, iPad and iPod Touch. Beginning with the basics, this book provides an outline of the steps necessary to set up an iOS development environment. An introduction to the architecture of iOS 7 and programming in Objective-C is provided, followed by an in-depth look at the design of iOS applications and user interfaces. More advanced topics such as file handling, database management, in-app purchases, graphics drawing and animation are also covered, as are touch screen handling, gesture recognition, multitasking, iAds integration, location management, local notifications, camera access and video and audio playback support. Other features are also covered including Auto Layout, Twitter and Facebook integration, event reminders, App Store hosted in-app purchase content, collection views and much more. New features of iOS 7 are also covered, including Sprite Kit-based 2D game development, local map search and user interface animation using UIKit Dynamics. Assuming you are ready to download the iOS 7 SDK and Xcode, have an Intel-based Mac and some ideas for some apps to develop, you are ready to get started.

2013-11-27

Effective Objective-C 2.0

作者: Matt Galloway 出版社: Addison-Wesley Professional 副标题: 52 Specific Ways to Improve Your iOS and OS X Programs 出版年: 2013-5-26 页数: 320 定价: USD 44.99 装帧: Paperback ISBN: 9780321917010 个人原创作品,谢绝转发!

2013-11-27

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除