• 大小: 5.07MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-01
  • 语言: 其他
  • 标签: ios8  swift  

资源简介

swift控件代码,里面有各种基础控件的使用

资源截图

代码片段和文件信息

//
//  AppDelegate.m
//  testCell
//
//  Created by ly on 12-11-30.
//  Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
//

#import “AppDelegate.h“

@implementation AppDelegate

@synthesize window = _window;

- (void)dealloc
{
    [_window release];
    [super dealloc];
}

- (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  2014-07-22 12:16  customPicker\
     目录           0  2014-07-23 07:46  customPicker\customPicker\
     文件        2152  2014-07-22 12:16  customPicker\customPicker\AppDelegate.swift
     目录           0  2014-08-15 10:24  __MACOSX\
     目录           0  2014-08-15 10:24  __MACOSX\customPicker\
     目录           0  2014-08-15 10:24  __MACOSX\customPicker\customPicker\
     文件         171  2014-07-22 12:16  __MACOSX\customPicker\customPicker\._AppDelegate.swift
     目录           0  2014-07-22 14:14  customPicker\customPicker\base.lproj\
     文件        5107  2014-07-22 14:14  customPicker\customPicker\base.lproj\Main.storyboard
     文件        2632  2013-09-30 14:06  customPicker\customPicker\crunch.wav
     文件         212  2013-09-30 14:06  __MACOSX\customPicker\customPicker\._crunch.wav
     目录           0  2014-07-07 10:24  customPicker\customPicker\images\
     文件        2597  2013-09-30 14:06  customPicker\customPicker\images\dog.png
     目录           0  2014-08-15 10:24  __MACOSX\customPicker\customPicker\images\
     文件         212  2013-09-30 14:06  __MACOSX\customPicker\customPicker\images\._dog.png
     文件        2840  2013-09-30 14:06  customPicker\customPicker\images\duck.png
     文件         212  2013-09-30 14:06  __MACOSX\customPicker\customPicker\images\._duck.png
     文件        2944  2013-09-30 14:06  customPicker\customPicker\images\elephant.png
     文件         212  2013-09-30 14:06  __MACOSX\customPicker\customPicker\images\._elephant.png
     文件        3250  2013-09-30 14:06  customPicker\customPicker\images\frog.png
     文件         212  2013-09-30 14:06  __MACOSX\customPicker\customPicker\images\._frog.png
     文件        1266  2013-09-30 14:06  customPicker\customPicker\images\lose.jpg
     文件         212  2013-09-30 14:06  __MACOSX\customPicker\customPicker\images\._lose.jpg
     文件        2867  2013-09-30 14:06  customPicker\customPicker\images\mouse.png
     文件         212  2013-09-30 14:06  __MACOSX\customPicker\customPicker\images\._mouse.png
     文件        2740  2013-09-30 14:06  customPicker\customPicker\images\rabbit.png
     文件         212  2013-09-30 14:06  __MACOSX\customPicker\customPicker\images\._rabbit.png
     文件        2783  2013-09-30 14:06  customPicker\customPicker\images\win.gif
     文件         212  2013-09-30 14:06  __MACOSX\customPicker\customPicker\images\._win.gif
     文件         212  2014-07-07 10:24  __MACOSX\customPicker\customPicker\._images
     目录           0  2014-07-22 12:16  customPicker\customPicker\Images.xcassets\
............此处省略2819个文件信息

评论

共有 条评论