• 大小: 79KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-23
  • 语言: 其他
  • 标签: iOS  图片剪裁  

资源简介

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\description
     文件          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\objects\
     目录           0  2017-06-15 16:38  MSClipDemo\.git\objects\00\
     文件          65  2017-06-15 16:38  MSClipDemo\.git\objects\00\214fdd2f0676135ed948dc6cc9cca19e0f165d
     目录           0  2017-06-15 16:38  MSClipDemo\.git\objects\18\
     文件         323  2017-06-15 16:38  MSClipDemo\.git\objects\18\eee63fbf963b735c45d91cdac24eca5f5f7ef5
     目录           0  2017-06-15 16:38  MSClipDemo\.git\objects\1e\
     文件         226  2017-06-15 16:38  MSClipDemo\.git\objects\1e\db74ddeb1677a4e923a6687c90a01baf38ede0
     目录           0  2017-06-15 16:38  MSClipDemo\.git\objects\34\
............此处省略130个文件信息

评论

共有 条评论