https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Exceptions/Tasks/HandlingExceptions.html#//apple_ref/doc/uid/20000059-SW1 H ...
分类:
其他好文 时间:
2017-07-26 01:52:39
阅读次数:
239
https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html About Objective-C ...
分类:
其他好文 时间:
2017-07-25 00:57:59
阅读次数:
201
https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/DefiningClasses/DefiningClasses.html#//apple_ref/ ...
分类:
其他好文 时间:
2017-07-24 20:21:26
阅读次数:
160
//: Playground - noun: a place where people can play import Cocoa var str1 = "供选链接和强制拆包的不同。" class Person { var residence: Residence?//供选连接 } class Re ...
分类:
其他好文 时间:
2017-07-24 13:07:39
阅读次数:
142
https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/URLLoadingSystem/URLLoadingSystem.html#//apple_ref/doc/uid/10000165-BCICJDH ...
分类:
Web程序 时间:
2017-07-19 00:15:00
阅读次数:
135
https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/URLLoadingSystem/CookiesandCustomProtocols/CookiesandCustomProtocols.html#/ ...
分类:
其他好文 时间:
2017-07-18 23:07:27
阅读次数:
262
https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ObjCRuntimeGuide/Articles/ocrtTypeEncodings.html#//apple_ref/doc/uid/TP4000 ...
分类:
其他好文 时间:
2017-07-07 13:22:16
阅读次数:
182
Xcode8—Swift开发使用Cocoapods引入第三方库异常处理方法 参考: http://www.jianshu.com/p/23f13be525a0 //podfile文件如下 platform :ios, '10.0' use_frameworks! target 'testSWift' ...
分类:
编程语言 时间:
2017-07-04 18:29:13
阅读次数:
214
原创文章,欢迎转载。转载请注明:关东升的博客 MVC(Model-View-Controller,模型-视图-控制器)模式是相当古老的设计模式之中的一个,它最早出如今Smalltalk语言中。如今,非常多计算机语言和架构都採用了MVC模式。 MVC模式概述MVC模式是一种复合设计模式,由 “观察者” ...
分类:
编程语言 时间:
2017-07-04 18:22:41
阅读次数:
154
原创文章,欢迎转载。转载请注明:关东升的博客 Swift错误处理模式,在Swift1.x和Swift 2.0是不同的两种模式。Swift 1.x代码错误处理模式採用Cocoa框架错误处理模式,到如今Objective-C还沿用这样的处理模式,而Swift2.0之后採用了do-try-catch错误处 ...
分类:
编程语言 时间:
2017-07-04 09:55:51
阅读次数:
237