在终端输入:显示Mac隐藏文件的命令:defaults write
com.apple.finder AppleShowAllFiles -bool true隐藏Mac隐藏文件的命令:defaults write
com.apple.finder AppleShowAllFiles -bool fa...
分类:
其他好文 时间:
2014-06-16 11:13:39
阅读次数:
153
Grand Central Dispatch
(GCD)是Apple开发的一个多核编程的解决方法。dispatch queue分成以下三种:1)运行在主线程的Main
queue,通过dispatch_get_main_queue获取。/*!* @function dispatch_get_main...
分类:
移动开发 时间:
2014-06-12 11:39:27
阅读次数:
310
Swift Mac OS X 10.10 Xcode 6 Apple LKVT
分类:
其他好文 时间:
2014-06-10 21:56:30
阅读次数:
266
今天看到了一个swift的学习网站,里面收集了很多学习资源[转自http://blog.csdn.net/sqc3375177/article/details/29206779]Swift
介绍Swift 介绍来自 Apple 官方Swift 简介 (@peng_gong)一篇不错的中文简介[译] ...
分类:
其他好文 时间:
2014-06-10 20:33:45
阅读次数:
276
今天在网上看到一篇非常好的教程,分享给大家原文地址:http://gashero.iteye.com/blog/2075324目录1简介2Swift入门3简单值4控制流5函数与闭包6对象与类7枚举与结构1简介今天凌晨Apple刚刚发布了Swift编程语言,本文从其发布的书籍《The
Swift Pr...
分类:
编程语言 时间:
2014-06-10 20:02:58
阅读次数:
312
iOS开发UI篇—Quartz2D简单使用一、画直线代码: 1 // 2 //
YYlineview.m 3 // 03-画直线 4 // 5 // Created by apple on 14-6-9. 6 // Copyright
(c) 2014年 itcase. All rights...
分类:
移动开发 时间:
2014-06-10 11:20:35
阅读次数:
360
ios应运程序的五种状态即转化 从apple的官方文档扣下来的5状态:Not runningThe
app has not been launched or was running but was terminated by the
system.InactiveThe app is running...
分类:
移动开发 时间:
2014-06-10 10:43:34
阅读次数:
232
importCocoavarstr ="Hello, playground"+" and
hyt"vari=10varf=5.0f=f+5.0letfruits =
["apple","banana","orange","cherry"]forsomeinfruits{ println("\(som...
分类:
其他好文 时间:
2014-06-09 20:27:51
阅读次数:
212