资源简介
iOS时间选择器,开始时间(时分)— 结束时间(时分)(弹出视图),因为项目的需求,在别人代码的基础上,修改成自己想要的。有时间了就把控件分享出来给需要的人使用。(滑动有点卡顿,但不影响)。
代码片段和文件信息
//
// AppDelegate.m
// CustomTimeSelector
//
// Created by 曾勇兵 on 16/8/26.
// Copyright © 2016年 zyb. All rights reserved.
//
#import “AppDelegate.h“
@interface AppDelegate ()
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
return YES;
}
- (void)applicationWillResignActive:(UIApplication *)application {
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks disable timers and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
}
- (void)applicationDidEnterBackground:(UIApplication *)application {
// Use this method to release shared resources save user data invalidate timers and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution this method is called instead of applicationWillTerminate: when the user quits.
}
- (void)applicationWillEnterForeground:(UIApplication *)application {
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
}
- (void)applicationDidBecomeActive:(UIApplication *)application {
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background optionally refresh the user interface.
}
- (void)applicationWillTerminate:(UIApplication *)application {
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}
@end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-08-26 16:08 CustomTimeSelector\
文件 6148 2016-08-26 16:10 CustomTimeSelector\.DS_Store
目录 0 2016-08-26 16:16 __MACOSX\
目录 0 2016-08-26 16:16 __MACOSX\CustomTimeSelector\
文件 120 2016-08-26 16:10 __MACOSX\CustomTimeSelector\._.DS_Store
目录 0 2016-08-26 16:08 CustomTimeSelector\CustomTimeSelector\
文件 6148 2016-08-26 15:46 CustomTimeSelector\CustomTimeSelector\.DS_Store
目录 0 2016-08-26 16:16 __MACOSX\CustomTimeSelector\CustomTimeSelector\
文件 212 2016-08-26 15:46 __MACOSX\CustomTimeSelector\CustomTimeSelector\._.DS_Store
文件 282 2016-08-26 15:59 CustomTimeSelector\CustomTimeSelector\AppDelegate.h
文件 263 2016-08-26 15:59 __MACOSX\CustomTimeSelector\CustomTimeSelector\._AppDelegate.h
文件 2036 2016-08-26 15:59 CustomTimeSelector\CustomTimeSelector\AppDelegate.m
文件 263 2016-08-26 15:59 __MACOSX\CustomTimeSelector\CustomTimeSelector\._AppDelegate.m
目录 0 2016-08-26 15:45 CustomTimeSelector\CustomTimeSelector\Assets.xcassets\
目录 0 2016-08-26 15:45 CustomTimeSelector\CustomTimeSelector\Assets.xcassets\AppIcon.appiconset\
文件 585 2016-08-26 15:45 CustomTimeSelector\CustomTimeSelector\Assets.xcassets\AppIcon.appiconset\Contents.json
目录 0 2016-08-26 16:16 __MACOSX\CustomTimeSelector\CustomTimeSelector\Assets.xcassets\
目录 0 2016-08-26 16:16 __MACOSX\CustomTimeSelector\CustomTimeSelector\Assets.xcassets\AppIcon.appiconset\
文件 263 2016-08-26 15:45 __MACOSX\CustomTimeSelector\CustomTimeSelector\Assets.xcassets\AppIcon.appiconset\._Contents.json
文件 212 2016-08-26 15:45 __MACOSX\CustomTimeSelector\CustomTimeSelector\Assets.xcassets\._AppIcon.appiconset
文件 212 2016-08-26 15:45 __MACOSX\CustomTimeSelector\CustomTimeSelector\._Assets.xcassets
目录 0 2016-08-26 16:08 CustomTimeSelector\CustomTimeSelector\ba
文件 1664 2016-08-26 15:45 CustomTimeSelector\CustomTimeSelector\ba
目录 0 2016-08-26 16:16 __MACOSX\CustomTimeSelector\CustomTimeSelector\ba
文件 263 2016-08-26 15:45 __MACOSX\CustomTimeSelector\CustomTimeSelector\ba
文件 1575 2016-08-26 15:45 CustomTimeSelector\CustomTimeSelector\ba
文件 263 2016-08-26 15:45 __MACOSX\CustomTimeSelector\CustomTimeSelector\ba
文件 212 2016-08-26 16:08 __MACOSX\CustomTimeSelector\CustomTimeSelector\._ba
文件 1205 2016-08-26 15:45 CustomTimeSelector\CustomTimeSelector\Info.plist
文件 212 2016-08-26 15:45 __MACOSX\CustomTimeSelector\CustomTimeSelector\._Info.plist
文件 343 2016-08-26 15:45 CustomTimeSelector\CustomTimeSelector\main.m
............此处省略60个文件信息
- 上一篇:信息系统项目维护方案模板
- 下一篇:delphi vclzipvclunzip组件
评论
共有 条评论