資源簡介
公司要做一個計算器小工具, 找了很多都是那種全是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\desc
?????文件??????????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\ob
?????目錄???????????0??2017-09-15?15:49??calculator\.git\ob
?????文件?????????148??2017-09-15?15:49??calculator\.git\ob
?????目錄???????????0??2017-09-15?15:31??calculator\.git\ob
?????文件??????????94??2017-09-15?15:31??calculator\.git\ob
?????目錄???????????0??2017-09-15?15:31??calculator\.git\ob
?????文件??????????96??2017-09-15?15:31??calculator\.git\ob
?????目錄???????????0??2017-09-15?15:33??calculator\.git\ob
............此處省略147個文件信息
- 上一篇:仿任務管理器cpu占用顯示
- 下一篇:地圖的使用及實時繪制軌跡
評論
共有 條評論