摘要:
1.swift// AppDelegate.swift// threadDemo1//// Created by 赵超 on 14-6-29.// Copyright (c) 2014年 赵超. All rights reserved.//import UIKit@UIApplication... 阅读全文
摘要:
1.效果图 2.NewsViewController.swift//// NewsViewController.swift// NavigationDemo//// Created by 赵超 on 14-6-27.// Copyright (c) 2014年 赵超. All rights ... 阅读全文
摘要:
1.动画效果2.代码//// AppDelegate.swift// AnimationDemo//// Created by 赵超 on 14-6-27.// Copyright (c) 2014年 赵超. All rights reserved.//import UIKit@UIAppl... 阅读全文
摘要:
1.功能简介RootViewController中用个lable和一个按钮,点击按钮跳转到模态窗口。在模态窗口中有个TextField和一个按钮,输入文字点击关闭模态按钮后跳转到RootViewController,并改变其label为输入的值。2.实现思路ModelViewController中定... 阅读全文
摘要:
1.利用swift开发一个简单的新闻APP主要利用IOS的UITableViewController,和UIwebView,再加上HTTP请求返回json数据并解析2.APP演示主界面点击新闻进入详情下拉列表刷新3.APPDelegate.swif//// AppDelegate.swift// ... 阅读全文
摘要:
1代码//// main.swift// NSArrayDemo//// Created by 赵超 on 14-6-22.// Copyright (c) 2014年 赵超. All rights reserved.//import Foundation//创建NSArrayvar arr... 阅读全文
摘要:
1 AppDelegate.swift//// AppDelegate.swift// QQDemo//// Created by 赵超 on 14-6-21.// Copyright (c) 2014年 赵超. All rights reserved.//import UIKit@UIAp... 阅读全文
摘要:
1.新建RootViewController类//// RootViewController.swift// UITableViewDemo//// Created by 赵超 on 14-6-21.// Copyright (c) 2014年 赵超. All rights reserved... 阅读全文
摘要:
代码//// AppDelegate.swift// UIPrograssViewDemo//// Created by 赵超 on 14-6-18.// Copyright (c) 2014年 赵超. All rights reserved.//import UIKit@UIApplica... 阅读全文
摘要:
代码//// AppDelegate.swift// UIImageDemo//// Created by 赵超 on 14-6-18.// Copyright (c) 2014年 赵超. All rights reserved.//import UIKit@UIApplicationMai... 阅读全文