码迷,mamicode.com
首页 >  
搜索关键字:cocoa    ( 1105个结果
Handling Exceptions
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
Objective-C & Runtime
https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html About Objective-C ...
分类:其他好文   时间:2017-07-25 00:57:59    阅读次数:201
Objective-C Classes Are also Objects
https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/DefiningClasses/DefiningClasses.html#//apple_ref/ ...
分类:其他好文   时间:2017-07-24 20:21:26    阅读次数:160
Option可选值可选值(二)
//: 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
URL loading system
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
Cookies and Custom Protocols
https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/URLLoadingSystem/CookiesandCustomProtocols/CookiesandCustomProtocols.html#/ ...
分类:其他好文   时间:2017-07-18 23:07:27    阅读次数:262
Type Encodings
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
swift pod 第三方库异常的处理
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
《从零開始学Swift》学习笔记(Day67)——Cocoa Touch设计模式及应用之MVC模式
原创文章,欢迎转载。转载请注明:关东升的博客 MVC(Model-View-Controller,模型-视图-控制器)模式是相当古老的设计模式之中的一个,它最早出如今Smalltalk语言中。如今,非常多计算机语言和架构都採用了MVC模式。 MVC模式概述MVC模式是一种复合设计模式,由 “观察者” ...
分类:编程语言   时间:2017-07-04 18:22:41    阅读次数:154
《从零開始学Swift》学习笔记(Day 52)——Cocoa错误处理模式
原创文章,欢迎转载。转载请注明:关东升的博客 Swift错误处理模式,在Swift1.x和Swift 2.0是不同的两种模式。Swift 1.x代码错误处理模式採用Cocoa框架错误处理模式,到如今Objective-C还沿用这样的处理模式,而Swift2.0之后採用了do-try-catch错误处 ...
分类:编程语言   时间:2017-07-04 09:55:51    阅读次数:237
1105条   上一页 1 ... 7 8 9 10 11 ... 111 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!