码迷,mamicode.com
首页 >  
搜索关键字:swift swift第一个工程 swifthelloworld swift语法    ( 7059个结果
用Swift实现一款天气预报APP(一)
Swift作为现在苹果极力推广的语言,发展的非常快。这个语言就和她的名字一样,比OC减少了很多的文件和代码量。头文件,bye bye啦,再不用查个代码上下的头文件源文件切换了。而且语言本身也增加了很多的安全性的考虑,比如类的初始化个阶段的检查等。不按照规定的写就不能编译通过!本文假定你有一定的编程基...
分类:移动开发   时间:2014-12-05 22:32:47    阅读次数:233
iOS8中如何将状态栏的字体颜色改为白色
1、设置Info.plist中的View controller-based status bar appearance为YES2、然后在AppDelegate.swift中的func application(application:UIApplication!, didFinishLaunching...
分类:移动开发   时间:2014-12-05 20:56:18    阅读次数:134
[Swift]Day18&19:一个简单的例子
Swift90Days - 一个简单的小应用 第0步:明确任务经过前面基础语法的学习,我们终于可以真枪实弹的来一发了。以这篇小鸡鸡小猫猫小狗狗为例,我们将会创建一个简单的应用:通过 UITableView 展示三种小动物通过 NSUserDefaults 进行数据持久化通过 UIWebView 从维基百科加载更多数据由于时间有限,这篇博客并不是教程或者翻译,只是一个关键思路的整理和记录,完整的源代...
分类:编程语言   时间:2014-12-05 19:23:13    阅读次数:359
Swift使用CoreLocation,你必须要看这一篇
CoreLocation,在我们这里讨论的是一个最常用的东西,就是用Location Manger获取用户当前的位置。整个的来说非常简单。只要这样:import CoreLocation需要使用整个框架,那么引入整个框架就是必须的。然后需要在你的类里实现一个protocol。就是CLLocation...
分类:编程语言   时间:2014-12-05 18:56:32    阅读次数:290
UIActivityIndicatorView 风火轮
//// ActivityIndicatorViewController.swift// UIControlDemo//// Created by on 14/12/1.// Copyright (c) 2014年 马大哈. All rights reserved.//import UIKitcl....
分类:其他好文   时间:2014-12-05 10:50:18    阅读次数:154
UIWebView
//// WebViewController.swift// UIControlDemo//// Created by on 14/12/3.// Copyright (c) 2014年 马大哈. All rights reserved.//import UIKitclass WebViewCont...
分类:Web程序   时间:2014-12-05 10:44:37    阅读次数:146
UISlider,UIProgressView
//// SliderViewController.swift// UIControlDemo//// Created by on 14/12/4.// Copyright (c) 2014年 马大哈. All rights reserved.//import UIKitclass SliderV....
分类:其他好文   时间:2014-12-05 10:42:19    阅读次数:217
UIToolbar
//// ToolBarViewController.swift// UIControlDemo//// Created by on 14/12/3.// Copyright (c) 2014年 马大哈. All rights reserved.//import UIKitclass ToolBar...
分类:其他好文   时间:2014-12-05 10:34:14    阅读次数:639
UITextField,UIDatePicker,UIPickerView
//// TextFieldViewController.swift// UIControlDemo//// Created by on 14/12/1.// Copyright (c) 2014年 马大哈. All rights reserved.//import UIKitclass Text....
分类:其他好文   时间:2014-12-05 10:34:00    阅读次数:366
UIScrollView
//// ScrollViewController.swift// UIControlDemo//// Created by on 14/12/1.// Copyright (c) 2014年 马大哈. All rights reserved.//import UIKitclass ScrollV....
分类:其他好文   时间:2014-12-05 10:23:30    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!