摘要:import UIKit@UIApplicationMainclass AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(application: UIAppl... 阅读全文
swift 同步加载图片
2016-01-26 10:14 by 甘雨路, 398 阅读, 0 推荐, 收藏, 编辑
摘要:import UIKit@UIApplicationMainclass AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(application: UIAppl... 阅读全文
iOS UICollectionView之三(基本用法)
2016-01-25 12:01 by 甘雨路, 313 阅读, 0 推荐, 收藏, 编辑
摘要:#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "RootViewController.h"@... 阅读全文
iOS UICollectionView之二(垂直滚动)
2016-01-25 10:47 by 甘雨路, 1716 阅读, 0 推荐, 收藏, 编辑
摘要:#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "RootViewController.h"@... 阅读全文
iOS UICollectionView之-(水平滚动)
2016-01-25 10:43 by 甘雨路, 2084 阅读, 0 推荐, 收藏, 编辑
摘要:#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "RootViewController.h"@... 阅读全文
iOS 可延展视图(点击前显示部分文字,点击后显示全部)
2016-01-18 12:51 by 甘雨路, 555 阅读, 0 推荐, 收藏, 编辑
摘要:#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "RootViewC... 阅读全文
iOS 重写UITableViewCell之动态获取label文字的宽度进行布局
2016-01-12 17:57 by 甘雨路, 627 阅读, 0 推荐, 收藏, 编辑
摘要:#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "MovieHomeCon... 阅读全文
iOS 蓝牙开发之传输图片
2016-01-06 14:24 by 甘雨路, 748 阅读, 0 推荐, 收藏, 编辑
摘要:#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end/** * 注意: 适用于ios7或更高系统 * * 首先在工程里导入MultipeerConnecti... 阅读全文
iOS 自定义UITableViewCell
2015-12-31 16:46 by 甘雨路, 159 阅读, 0 推荐, 收藏, 编辑
摘要:#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "AViewController.h"@imp... 阅读全文
iOS XML 解析(原生的)
2015-12-31 16:36 by 甘雨路, 322 阅读, 0 推荐, 收藏, 编辑
摘要:#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "RootViewController.h"@... 阅读全文