代码改变世界

swift 异步加载图片

2016-01-26 14:14 by 甘雨路, 566 阅读, 0 推荐, 收藏, 编辑
摘要:import UIKit@UIApplicationMainclass AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(application: UIAppl... 阅读全文

swift 同步加载图片

2016-01-26 10:14 by 甘雨路, 395 阅读, 0 推荐, 收藏, 编辑
摘要:import UIKit@UIApplicationMainclass AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(application: UIAppl... 阅读全文

iOS UICollectionView之三(基本用法)

2016-01-25 12:01 by 甘雨路, 312 阅读, 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 甘雨路, 1711 阅读, 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 甘雨路, 2078 阅读, 0 推荐, 收藏, 编辑
摘要:#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "RootViewController.h"@... 阅读全文

iOS 可延展视图(点击前显示部分文字,点击后显示全部)

2016-01-18 12:51 by 甘雨路, 554 阅读, 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 甘雨路, 618 阅读, 0 推荐, 收藏, 编辑
摘要:#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "MovieHomeCon... 阅读全文

iOS 蓝牙开发之传输图片

2016-01-06 14:24 by 甘雨路, 743 阅读, 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 甘雨路, 320 阅读, 0 推荐, 收藏, 编辑
摘要:#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "RootViewController.h"@... 阅读全文
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 22 下一页