资源简介

公司要做一个计算器小工具, 找了很多都是那种全是bug的实习生作品, 很不幸自己也找到一个满是bug的计算器, 于是自己花了1天多时间测试修复所有bug,填坑完毕后剥离出来, 给有需要的人使用.代码使用简单, 只需几句就可集成所有功能. 计算器本身置顶于app, 可放大缩小,可显示隐藏, 可自由移动, 可显示计算公式等功能. 

资源截图

代码片段和文件信息

//
//  AppDelegate.m
//  calculator
//
//  Created by zt on 2017/9/15.
//  Copyright © 2017年 ybzadz. 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 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-09-15 16:41  calculator\
     文件        6148  2017-09-15 15:50  calculator\.DS_Store
     目录           0  2017-09-15 16:41  __MACOSX\
     目录           0  2017-09-15 16:41  __MACOSX\calculator\
     文件         120  2017-09-15 15:50  __MACOSX\calculator\._.DS_Store
     目录           0  2017-09-15 15:49  calculator\.git\
     文件          15  2017-09-15 15:31  calculator\.git\COMMIT_EDITMSG
     文件         137  2017-09-15 15:31  calculator\.git\config
     文件          73  2017-09-15 15:31  calculator\.git\description
     文件          23  2017-09-15 15:31  calculator\.git\HEAD
     目录           0  2017-09-15 15:31  calculator\.git\hooks\
     文件         177  2017-09-15 15:31  calculator\.git\hooks\README.sample
     文件        3503  2017-09-15 15:49  calculator\.git\index
     目录           0  2017-09-15 15:31  calculator\.git\info\
     文件          40  2017-09-15 15:31  calculator\.git\info\exclude
     目录           0  2017-09-15 16:41  __MACOSX\calculator\.git\
     目录           0  2017-09-15 16:41  __MACOSX\calculator\.git\info\
     文件         171  2017-09-15 15:31  __MACOSX\calculator\.git\info\._exclude
     目录           0  2017-09-15 15:31  calculator\.git\logs\
     文件         154  2017-09-15 15:31  calculator\.git\logs\HEAD
     目录           0  2017-09-15 15:31  calculator\.git\logs\refs\
     目录           0  2017-09-15 15:31  calculator\.git\logs\refs\heads\
     文件         154  2017-09-15 15:31  calculator\.git\logs\refs\heads\master
     目录           0  2017-09-15 15:49  calculator\.git\objects\
     目录           0  2017-09-15 15:49  calculator\.git\objects\01\
     文件         148  2017-09-15 15:49  calculator\.git\objects\01\31c58b966ffc00af79ff49d8b60909611e1cec
     目录           0  2017-09-15 15:31  calculator\.git\objects\08\
     文件          94  2017-09-15 15:31  calculator\.git\objects\08\c2757d3656348f88a25d23586eac3f1a484af8
     目录           0  2017-09-15 15:31  calculator\.git\objects\13\
     文件          96  2017-09-15 15:31  calculator\.git\objects\13\135be9e2908e387b1f372d94f0366e7ca54edd
     目录           0  2017-09-15 15:33  calculator\.git\objects\18\
............此处省略147个文件信息

评论

共有 条评论