资源简介
打赏的抖动和放大的组合动画
代码片段和文件信息
//
// AppDelegate.m
// GiftDemo
//
// Created by ya xiao on 2018/7/18.
// Copyright © 2018年 ya xiao. 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 invalidate graphics rendering callbacks. 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 active 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 2018-07-18 14:42 GiftDemo\
文件 6148 2018-07-18 14:42 GiftDemo\.DS_Store
目录 0 2018-07-18 15:19 __MACOSX\
目录 0 2018-07-18 15:19 __MACOSX\GiftDemo\
文件 120 2018-07-18 14:42 __MACOSX\GiftDemo\._.DS_Store
目录 0 2018-07-18 15:06 GiftDemo\GiftDemo.xcodeproj\
文件 24444 2018-07-18 15:06 GiftDemo\GiftDemo.xcodeproj\project.pbxproj
目录 0 2018-07-18 14:29 GiftDemo\GiftDemo.xcodeproj\xcuserdata\
目录 0 2018-07-18 14:59 GiftDemo\GiftDemo.xcodeproj\xcuserdata\yaxiao.xcuserdatad\
目录 0 2018-07-18 15:18 GiftDemo\GiftDemo.xcodeproj\xcuserdata\yaxiao.xcuserdatad\xcdebugger\
文件 2082 2018-07-18 15:18 GiftDemo\GiftDemo.xcodeproj\xcuserdata\yaxiao.xcuserdatad\xcdebugger\Breakpoints_v2.xcbkptlist
目录 0 2018-07-18 14:29 GiftDemo\GiftDemo.xcodeproj\xcuserdata\yaxiao.xcuserdatad\xcschemes\
文件 331 2018-07-18 14:29 GiftDemo\GiftDemo.xcodeproj\xcuserdata\yaxiao.xcuserdatad\xcschemes\xcschememanagement.plist
目录 0 2018-07-18 14:29 GiftDemo\GiftDemo.xcodeproj\project.xcworkspace\
文件 153 2018-07-18 14:29 GiftDemo\GiftDemo.xcodeproj\project.xcworkspace\contents.xcworkspacedata
目录 0 2018-07-18 14:29 GiftDemo\GiftDemo.xcodeproj\project.xcworkspace\xcuserdata\
目录 0 2018-07-18 15:18 GiftDemo\GiftDemo.xcodeproj\project.xcworkspace\xcuserdata\yaxiao.xcuserdatad\
文件 26675 2018-07-18 15:18 GiftDemo\GiftDemo.xcodeproj\project.xcworkspace\xcuserdata\yaxiao.xcuserdatad\UserInterfaceState.xcuserstate
目录 0 2018-07-18 14:29 GiftDemo\GiftDemo.xcodeproj\project.xcworkspace\xcshareddata\
文件 238 2018-07-18 14:29 GiftDemo\GiftDemo.xcodeproj\project.xcworkspace\xcshareddata\IDEWorkspaceChecks.plist
文件 176 2018-07-18 15:06 __MACOSX\GiftDemo\._GiftDemo.xcodeproj
目录 0 2018-07-18 14:29 GiftDemo\GiftDemoUITests\
文件 1210 2018-07-18 14:29 GiftDemo\GiftDemoUITests\GiftDemoUITests.m
目录 0 2018-07-18 15:19 __MACOSX\GiftDemo\GiftDemoUITests\
文件 171 2018-07-18 14:29 __MACOSX\GiftDemo\GiftDemoUITests\._GiftDemoUITests.m
文件 701 2018-07-18 14:29 GiftDemo\GiftDemoUITests\Info.plist
目录 0 2018-07-18 14:29 GiftDemo\.git\
文件 137 2018-07-18 14:29 GiftDemo\.git\config
目录 0 2018-07-18 14:29 GiftDemo\.git\ob
目录 0 2018-07-18 14:29 GiftDemo\.git\ob
文件 96 2018-07-18 14:29 GiftDemo\.git\ob
............此处省略127个文件信息
评论
共有 条评论