资源简介
iOS 图片剪裁:圆形、可自定方形尺寸
代码片段和文件信息
//
// AppDelegate.m
// MSClipDemo
//
// Created by MelissaShu on 17/6/15.
// Copyright © 2017年 MelissaShu. 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 2017-06-17 11:22 MSClipDemo\
文件 6148 2017-06-17 14:41 MSClipDemo\.DS_Store
目录 0 2017-06-17 14:54 __MACOSX\
目录 0 2017-06-17 14:54 __MACOSX\MSClipDemo\
文件 120 2017-06-17 14:41 __MACOSX\MSClipDemo\._.DS_Store
目录 0 2017-06-15 17:09 MSClipDemo\.git\
文件 15 2017-06-15 16:38 MSClipDemo\.git\COMMIT_EDITMSG
文件 137 2017-06-15 16:38 MSClipDemo\.git\config
文件 73 2017-06-15 16:38 MSClipDemo\.git\desc
文件 23 2017-06-15 16:38 MSClipDemo\.git\HEAD
目录 0 2017-06-15 16:38 MSClipDemo\.git\hooks\
文件 177 2017-06-15 16:38 MSClipDemo\.git\hooks\README.sample
文件 2867 2017-06-15 17:09 MSClipDemo\.git\index
目录 0 2017-06-15 16:38 MSClipDemo\.git\info\
文件 40 2017-06-15 16:38 MSClipDemo\.git\info\exclude
目录 0 2017-06-17 14:54 __MACOSX\MSClipDemo\.git\
目录 0 2017-06-17 14:54 __MACOSX\MSClipDemo\.git\info\
文件 171 2017-06-15 16:38 __MACOSX\MSClipDemo\.git\info\._exclude
目录 0 2017-06-15 16:38 MSClipDemo\.git\logs\
文件 186 2017-06-15 16:38 MSClipDemo\.git\logs\HEAD
目录 0 2017-06-15 16:38 MSClipDemo\.git\logs\refs\
目录 0 2017-06-15 16:38 MSClipDemo\.git\logs\refs\heads\
文件 186 2017-06-15 16:38 MSClipDemo\.git\logs\refs\heads\master
目录 0 2017-06-15 17:06 MSClipDemo\.git\ob
目录 0 2017-06-15 16:38 MSClipDemo\.git\ob
文件 65 2017-06-15 16:38 MSClipDemo\.git\ob
目录 0 2017-06-15 16:38 MSClipDemo\.git\ob
文件 323 2017-06-15 16:38 MSClipDemo\.git\ob
目录 0 2017-06-15 16:38 MSClipDemo\.git\ob
文件 226 2017-06-15 16:38 MSClipDemo\.git\ob
目录 0 2017-06-15 16:38 MSClipDemo\.git\ob
............此处省略130个文件信息
- 上一篇:PRBS的Verilog代码设计
- 下一篇:《xxxx》游戏屏蔽词库.docx
相关资源
- 联想启天M6900原版BIOS
- sopc开发的
- 苹果企业证书安装
- displayout免付费版
- iOS图文混排模仿新浪微博
- Vue的js文件vue-resource.js以及Axios.js
- 仿网易新闻评论+模糊半透明图层
- OC 简单计算器(修改版)
- 按键精灵结合web群控安卓和ios手机端
- 迪兰战神RX470 4G海力士原版bios
- IOS源码大全1000套
- 盈通RX 480 8G D5 游戏高手 TOP 原厂1340高
- 计算机bios启动原理
- ios swift 在线音乐播放器
- 万能BIOS刷新升级工具895
- 迪兰恶魔RX588原厂BIOS1355-2000
- 可以拖拽的tableView
- iphone5sa1528ios9.01-9.21联通4G破解工具教
-
iOS贪吃蛇代码ob
jective-C - cydia eraser擦除器安装版,汉化,重新
- 惠普系微bios编辑工具
- 联想L-VK8M890G(M2VLE-RH)BIOS支持AMD520
- Xcode 4.3过审 工程混淆方案--OLLVM编译
- MAC OS.X.10.8.iso 镜像文件
- IOSK线蜡烛OHLC图Demo
- ios端分时线demo-包含十字叉效果
- BLE IOS蓝牙封装代码
- 迪兰酷能R9370X4G超频BIOS,1100/1600风险
- 主板bios刷新工具 AFUWIN-v5.05.04
- iOS滑动选项卡类型的视图控制器
评论
共有 条评论