上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: 1.swift// AppDelegate.swift// threadDemo1//// Created by 赵超 on 14-6-29.// Copyright (c) 2014年 赵超. All rights reserved.//import UIKit@UIApplication... 阅读全文
posted @ 2014-06-30 15:42 赵侠客 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 1.效果图 2.NewsViewController.swift//// NewsViewController.swift// NavigationDemo//// Created by 赵超 on 14-6-27.// Copyright (c) 2014年 赵超. All rights ... 阅读全文
posted @ 2014-06-27 20:15 赵侠客 阅读(1182) 评论(0) 推荐(0) 编辑
摘要: 1.动画效果2.代码//// AppDelegate.swift// AnimationDemo//// Created by 赵超 on 14-6-27.// Copyright (c) 2014年 赵超. All rights reserved.//import UIKit@UIAppl... 阅读全文
posted @ 2014-06-27 19:28 赵侠客 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 1.功能简介RootViewController中用个lable和一个按钮,点击按钮跳转到模态窗口。在模态窗口中有个TextField和一个按钮,输入文字点击关闭模态按钮后跳转到RootViewController,并改变其label为输入的值。2.实现思路ModelViewController中定... 阅读全文
posted @ 2014-06-26 20:41 赵侠客 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 1.利用swift开发一个简单的新闻APP主要利用IOS的UITableViewController,和UIwebView,再加上HTTP请求返回json数据并解析2.APP演示主界面点击新闻进入详情下拉列表刷新3.APPDelegate.swif//// AppDelegate.swift// ... 阅读全文
posted @ 2014-06-24 21:41 赵侠客 阅读(2068) 评论(0) 推荐(0) 编辑
摘要: 1代码//// main.swift// NSArrayDemo//// Created by 赵超 on 14-6-22.// Copyright (c) 2014年 赵超. All rights reserved.//import Foundation//创建NSArrayvar arr... 阅读全文
posted @ 2014-06-22 20:22 赵侠客 阅读(665) 评论(0) 推荐(0) 编辑
摘要: 1 AppDelegate.swift//// AppDelegate.swift// QQDemo//// Created by 赵超 on 14-6-21.// Copyright (c) 2014年 赵超. All rights reserved.//import UIKit@UIAp... 阅读全文
posted @ 2014-06-22 15:05 赵侠客 阅读(992) 评论(0) 推荐(0) 编辑
摘要: 1.新建RootViewController类//// RootViewController.swift// UITableViewDemo//// Created by 赵超 on 14-6-21.// Copyright (c) 2014年 赵超. All rights reserved... 阅读全文
posted @ 2014-06-21 21:27 赵侠客 阅读(447) 评论(0) 推荐(0) 编辑
摘要: 代码//// AppDelegate.swift// UIPrograssViewDemo//// Created by 赵超 on 14-6-18.// Copyright (c) 2014年 赵超. All rights reserved.//import UIKit@UIApplica... 阅读全文
posted @ 2014-06-18 21:21 赵侠客 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 代码//// AppDelegate.swift// UIImageDemo//// Created by 赵超 on 14-6-18.// Copyright (c) 2014年 赵超. All rights reserved.//import UIKit@UIApplicationMai... 阅读全文
posted @ 2014-06-18 20:39 赵侠客 阅读(318) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页