摘要:
/** * 瀑布流Demo的主要代码,若想看完整的代码请到下面链接去下载 * * 链接: https://pan.baidu.com/s/1slByAHB 密码: r3q6 */ #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWi... 阅读全文
阅读排行榜
下拉刷新和上拉加载更多(第三方框架MJRefresh)
2015-07-06 20:01 by 甘雨路, 604 阅读, 收藏,
摘要:
1 #import "RootViewController.h" 2 #import "MJRefresh.h" 3 @interface RootViewController () 4 { 5 UITableView *_tableView ; 6 NSMutable... 阅读全文
swift 异步加载图片
2016-01-26 14:14 by 甘雨路, 579 阅读, 收藏,
摘要:
import UIKit@UIApplicationMainclass AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(application: UIAppl... 阅读全文
旋转的风车(声音越大转速越快)
2015-07-27 21:40 by 甘雨路, 571 阅读, 收藏,
摘要:
添加AVFoundation.framework库文件1 #import 2 3 @interface AppDelegate : UIResponder 4 5 @property (strong, nonatomic) UIWindow *window;6 7 8 @end 1 #import ... 阅读全文