資源簡介
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\ba
?????文件????????3306??2015-10-13?21:57??UISliderTest\UISliderTest\ba
?????目錄???????????0??2015-10-13?22:01??__MACOSX\UISliderTest\UISliderTest\
?????文件?????????187??2015-10-13?21:57??__MACOSX\UISliderTest\UISliderTest\._ba
?????目錄???????????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個文件信息
- 上一篇:基于OPNET仿真案例
- 下一篇:錐補線性化程序
評論
共有 條評論