摘要:
#import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end #import "App 阅读全文
随笔档案-2016年02月
iOS 归档
2016-02-29 09:55 by 甘雨路, 210 阅读, 收藏,
摘要:
#import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end #import "App 阅读全文
SWIFT 通过字符串创建相关的类
2016-02-25 23:11 by 甘雨路, 368 阅读, 收藏,
摘要:
import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(application: UIApplicat 阅读全文
iOS 隐藏系统的导航,使用自定义的导航
2016-02-23 15:46 by 甘雨路, 654 阅读, 收藏,
摘要:
#import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end #import "App 阅读全文
SWIFT UITableView的基本用法
2016-02-22 21:45 by 甘雨路, 2046 阅读, 收藏,
摘要:
import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(application: UIApplicat 阅读全文
SWIFT Button的基本用法
2016-02-22 20:51 by 甘雨路, 973 阅读, 收藏,
摘要:
import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(application: UIApplicat 阅读全文
iOS UITableView点击按钮滚到顶部
2016-02-21 23:00 by 甘雨路, 3080 阅读, 收藏,
摘要:
#import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end #import "App 阅读全文
iOS NSUserDefaults的基本使用
2016-02-21 21:25 by 甘雨路, 231 阅读, 收藏,
摘要:
/** * NSUserDefaults可以进行轻量级的数据存储 * NSUserDefaults支持的数据类型: NSString, NSNumber, NSDate, NSArray, * NSDictionary */ //初始化NSUserDefaults NSUserDefaults *d 阅读全文
SWIFT 懒加载
2016-02-21 19:58 by 甘雨路, 280 阅读, 收藏,
摘要:
import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(application: UIApplicat 阅读全文
SWIFT 闭包的简单使用二
2016-02-21 19:18 by 甘雨路, 233 阅读, 收藏,
摘要:
import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(application: UIApplicat 阅读全文
SWIFT 闭包的简单使用
2016-02-21 18:57 by 甘雨路, 222 阅读, 收藏,
摘要:
import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(application: UIApplicat 阅读全文
iOS tableViewCell侧滑改变收藏状态
2016-02-18 15:30 by 甘雨路, 558 阅读, 收藏,
摘要:
/** * 图片素材 链接: http://pan.baidu.com/s/1mhi1sfQ 密码: w2wq */ #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @prope 阅读全文
浙公网安备 33010602011771号