自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (15)
  • 收藏
  • 关注

原创 Object-C中对“引用(reference)”的理解

我们在iOS开发中最经常碰到的引用

2014-05-16 16:33:13 2996

原创 iOS中关联对象的简单使用(objc_setAssociatedObject)

首先看一下此方法接收的参数 objc_setAssociatedObject(id object, const void *key, id value, objc_AssociationPolicy policy) 1.被关联的对象,下面举的例子中关联到了UIAlertView 2.要关联的对象的键值,一般设置成静态的,用于获取关联对象的值 3.要关联的对象的值,从接口中可以看到

2014-02-20 15:00:04 2222

原创 隐藏/显示statusBar导致页面offset的问题

今天在自己的应用中发现了一个问题。 实现场景: 1,当前页面中隐藏了系统的statusBar,比如在阅读页面就需要全界面形式的阅读体验 [[UIApplication sharedApplication] setStatusBarHidden:YES]; 2,按住home键退出应用,应用挂起在后台 3,接收到推送提醒,点击推送提醒,唤起应用

2013-06-07 20:11:19 1044

Combine Asynchronous Programming with Swift.zip

Up to date for iOS 13, Xcode 11 & Swift 5.1 The best book to master declarative asynchronous programming with Swift using the Combine framework! The introduction of Combine into the Swift ecosystem now gives you a native way to manage asynchronous events in Swift, meaning you don’t have to rely on third-party reactive frameworks for event-driven systems.

2020-03-14

Mastering Swift4(4th)

Swift is a programming language that was first introduced by Apple at the World Wide Developers Conference (WWDC) in 2014. Each year since that initial announcement, Apple has announced a new version of Swift. At the WWDC in 2017, Apple announced Swift 4. Swift 4 offers some exciting changes, such as Strings, which are once again a collection of Generic subscripts and one-side range operators. In this book, we will look at these and other changes in Swift.

2018-11-22

swift4.0进阶

onevcat喵神作品。学习swift4.0进阶必备。中文版原版。

2018-11-22

Swift_Apprentice_v3.0

This is a book for complete beginners to Apple’s brand new programming language — Swift 4. Everything can be done in a playground, so you can stay focused on the core Swift 4 language concepts like classes, protocols, and generics. This is a sister book to the iOS Apprentice; the iOS Apprentice focuses on making apps, while Swift Apprentice focuses on the Swift 4 language itself.

2017-12-06

RxSwift Reactive Programming with Swift

This book is for iOS developers who already feel comfortable with iOS and Swift, and want to dive deep into development with RxSwift. Start with an introduction to the reactive programming paradigm; learn about observers and observables, filtering and transforming operators, and how to work with the UI, and finish off by building a fully-featured app in RxSwift.

2017-12-06

JSPatchPlatform.framework1.7.3

JSPatchPlatform.framework1.7.3 版本:1.7.3 (公告) 日期:2017-08-28 解决 JS 端无法捕获异常的问题 解决无法使用扩展的问题

2017-09-26

Leanpub.Functional Reactive Programming on iOS.2014

Functional Reactive Programming on iOS Functional reactive programming introduction using ReactiveCocoa Ash Furrow This book is for sale at http://leanpub.com/iosfrp This version was published on 2014-01-05

2014-07-10

iOS 7 by Tutorials

iOS 7 by Tutorials 完整版

2014-05-21

Charles Proxy 3.8.1注册码(最新3.8.3也能用,本人亲测)

Charles Proxy 3.8.1注册码,本人下了最新版3.8.3也能用。 如果文档打开是乱码,请使用Unix+UTF-8编码查看。 注册信息是英文字母的,即使乱码也能分辨。

2014-02-17

iOS 6 Programming Pushing the Limits

Description Learn to build extraordinary apps for iPhone, iPad, and iPod touch iOS is the hottest development platform around, and iOS 6 adds a new and deeper dimension to explore. This guide offers serious information for serious programmers who know the basics and are ready to dive into the advanced features of iOS. You'll learn to create killer apps for the iPad, iPhone, and iPod touch, including how to maximize performance and make more money from your apps with in-app purchases. Topics covered include security, multitasking, running on multiple platforms, blocks and functional programming, advanced text layout, and much more. App development for iPhones and iPads is a lucrative and exciting venture; books on this topic are steady bestsellers This advanced guide helps experienced developers take full advantage of the latest platform upgrade, iOS 6 Provides in-depth background on maximizing your apps with Apple's iPhone SDK 6.0, including the major new APIs and building applications for the new iPad Covers keeping control of multitasking, increasing income with in-app purchases, key value observing with Cocoa, running on multiple platforms, advanced text layout, building a Core foundation, and more iOS 6 Programming: Pushing the Limits gives experienced mobile developers a wealth of knowledge for creating outstanding iPhone and iPad apps on the latest platform.

2014-02-11

空空如也

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

TA关注的人

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