在终端输入:显示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
今年的苹果开发者大会(WWDC)上,公布了ios8的几个新特性,其中包括引入了群聊功能,支持第三方输入法等功能。但更让开发者感兴趣的莫过于Swift语言的发布了。Swift是apple自创的一门转为cocoa和cocoa touch设计的语言,意用来替换objc。Swift能使代码大量简化,并且开发...
分类:
移动开发 时间:
2014-06-15 23:09:05
阅读次数:
357
H:/1007/01_多线程_大任务_MainViewController.m// MainViewController.m
// 多线程-01.大任务
// Created by apple on 13-10-7.
#import "MainViewController.h"
@interface MainViewController ()
@property (weak, nonatom...
分类:
移动开发 时间:
2014-06-15 20:14:40
阅读次数:
250
Github 上关于 Switf 的 Flappy Bird Demo...
分类:
移动开发 时间:
2014-06-15 18:27:23
阅读次数:
191
一群牛人翻译:The Swift Programming Language 中文版...
分类:
其他好文 时间:
2014-06-15 16:17:28
阅读次数:
181
swift开发:试玩 Apple 网站的 playground https://developer.apple.com/library/prerelease/ios/documentation/swift/conceptual/swift_programming_language/GuidedTour.html...
分类:
移动开发 时间:
2014-06-15 08:00:09
阅读次数:
283
苹果近日发布全新编程语言swift,在此转载博客简单介绍一下该语言的特点Apple
Swift编程语言入门教程gashero2014-06-031简介今天凌晨Apple刚刚发布了Swift编程语言,本文从其发布的书籍《The Swift
Programming Language》中摘录和提取而成。希...
分类:
移动开发 时间:
2014-06-13 17:18:53
阅读次数:
357
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