• 大小: 198KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-04
  • 语言: 其他
  • 标签: ios  

资源简介

IOS,objective-c,通过滑块改变图片透明度

资源截图

代码片段和文件信息

//
//  FKAppDelegate.m
//  UISliderTest
//
//  Created by yeeku on 13-6-10.
//  Copyright (c) 2013年 crazyit.org. All rights reserved.
//

#import “FKAppDelegate.h“

#import “FKViewController.h“

@implementation FKAppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
    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  2015-10-13 21:53  UISliderTest\
     文件        6148  2015-10-13 21:59  UISliderTest\.DS_Store
     目录           0  2015-10-13 22:01  __MACOSX\
     目录           0  2015-10-13 22:01  __MACOSX\UISliderTest\
     文件         120  2015-10-13 21:59  __MACOSX\UISliderTest\._.DS_Store
     目录           0  2013-09-30 14:06  UISliderTest\UISliderTest\
     目录           0  2015-10-13 21:57  UISliderTest\UISliderTest\base.lproj\
     文件        3306  2015-10-13 21:57  UISliderTest\UISliderTest\base.lproj\Main.storyboard
     目录           0  2015-10-13 22:01  __MACOSX\UISliderTest\UISliderTest\
     文件         187  2015-10-13 21:57  __MACOSX\UISliderTest\UISliderTest\._base.lproj
     目录           0  2013-09-30 14:06  UISliderTest\UISliderTest\en.lproj\
     文件          45  2013-09-30 14:06  UISliderTest\UISliderTest\en.lproj\InfoPlist.strings
     目录           0  2015-10-13 22:01  __MACOSX\UISliderTest\UISliderTest\en.lproj\
     文件         187  2013-09-30 14:06  __MACOSX\UISliderTest\UISliderTest\en.lproj\._InfoPlist.strings
     文件         187  2013-09-30 14:06  __MACOSX\UISliderTest\UISliderTest\._en.lproj
     文件         374  2013-09-30 14:06  UISliderTest\UISliderTest\FKAppDelegate.h
     文件         187  2013-09-30 14:06  __MACOSX\UISliderTest\UISliderTest\._FKAppDelegate.h
     文件        1951  2013-09-30 14:06  UISliderTest\UISliderTest\FKAppDelegate.m
     文件         187  2013-09-30 14:06  __MACOSX\UISliderTest\UISliderTest\._FKAppDelegate.m
     文件         373  2013-09-30 14:06  UISliderTest\UISliderTest\FKViewController.h
     文件         187  2013-09-30 14:06  __MACOSX\UISliderTest\UISliderTest\._FKViewController.h
     文件        1337  2013-09-30 14:06  UISliderTest\UISliderTest\FKViewController.m
     文件         187  2013-09-30 14:06  __MACOSX\UISliderTest\UISliderTest\._FKViewController.m
     目录           0  2013-09-30 14:06  UISliderTest\UISliderTest\images\
     文件         225  2013-09-30 14:06  UISliderTest\UISliderTest\images\grow.gif
     目录           0  2015-10-13 22:01  __MACOSX\UISliderTest\UISliderTest\images\
     文件         187  2013-09-30 14:06  __MACOSX\UISliderTest\UISliderTest\images\._grow.gif
     文件         898  2013-09-30 14:06  UISliderTest\UISliderTest\images\heart.gif
     文件         187  2013-09-30 14:06  __MACOSX\UISliderTest\UISliderTest\images\._heart.gif
     文件        2368  2013-09-30 14:06  UISliderTest\UISliderTest\images\ic_launcher.png
     文件         187  2013-09-30 14:06  __MACOSX\UISliderTest\UISliderTest\images\._ic_launcher.png
............此处省略59个文件信息

评论

共有 条评论