• 大小: 525KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-13
  • 语言: 其他
  • 标签: IOS  APP  SDK  

资源简介

GprinterSDK IOS 附带官方demo,如果舍不得C币可以联系佳博公司提供SDK

资源截图

代码片段和文件信息

//
//  AppDelegate.m
//  GprinterSDKDemo
//
//  Created by ShaoDan on 2017/10/14.
//  Copyright © 2017年 Gainscha. All rights reserved.
//

#import “AppDelegate.h“
#import “BlueToothViewController.h“

@interface AppDelegate ()

@end

@implementation AppDelegate


- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    
        self.window = [[UIWindow alloc]initWithframe:[[UIScreen mainScreen]bounds]];
        self.window.backgroundColor = [UIColor whiteColor];
        self.window.rootViewController = [[BlueToothViewController alloc]init];

    // 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-10-19 10:13  GprinterSDKDemo\
     文件        6148  2017-10-19 10:41  GprinterSDKDemo\.DS_Store
     目录           0  2017-10-19 10:41  __MACOSX\
     目录           0  2017-10-19 10:41  __MACOSX\GprinterSDKDemo\
     文件         120  2017-10-19 10:41  __MACOSX\GprinterSDKDemo\._.DS_Store
     目录           0  2017-10-19 10:40  GprinterSDKDemo\GprinterSDKDemo\
     文件        6148  2017-10-19 10:40  GprinterSDKDemo\GprinterSDKDemo\.DS_Store
     目录           0  2017-10-19 10:41  __MACOSX\GprinterSDKDemo\GprinterSDKDemo\
     文件         120  2017-10-19 10:40  __MACOSX\GprinterSDKDemo\GprinterSDKDemo\._.DS_Store
     文件         285  2017-10-14 09:21  GprinterSDKDemo\GprinterSDKDemo\AppDelegate.h
     文件         171  2017-10-14 09:21  __MACOSX\GprinterSDKDemo\GprinterSDKDemo\._AppDelegate.h
     文件        2314  2017-10-16 10:21  GprinterSDKDemo\GprinterSDKDemo\AppDelegate.m
     文件         392  2017-10-16 10:21  __MACOSX\GprinterSDKDemo\GprinterSDKDemo\._AppDelegate.m
     目录           0  2017-10-14 09:21  GprinterSDKDemo\GprinterSDKDemo\Assets.xcassets\
     目录           0  2017-10-14 09:21  GprinterSDKDemo\GprinterSDKDemo\Assets.xcassets\AppIcon.appiconset\
     文件         585  2017-10-14 09:21  GprinterSDKDemo\GprinterSDKDemo\Assets.xcassets\AppIcon.appiconset\Contents.json
     目录           0  2017-10-19 10:41  __MACOSX\GprinterSDKDemo\GprinterSDKDemo\Assets.xcassets\
     目录           0  2017-10-19 10:41  __MACOSX\GprinterSDKDemo\GprinterSDKDemo\Assets.xcassets\AppIcon.appiconset\
     文件         171  2017-10-14 09:21  __MACOSX\GprinterSDKDemo\GprinterSDKDemo\Assets.xcassets\AppIcon.appiconset\._Contents.json
     目录           0  2017-10-14 09:21  GprinterSDKDemo\GprinterSDKDemo\base.lproj\
     文件        1740  2017-10-14 09:21  GprinterSDKDemo\GprinterSDKDemo\base.lproj\LaunchScreen.storyboard
     目录           0  2017-10-19 10:41  __MACOSX\GprinterSDKDemo\GprinterSDKDemo\base.lproj\
     文件         171  2017-10-14 09:21  __MACOSX\GprinterSDKDemo\GprinterSDKDemo\base.lproj\._LaunchScreen.storyboard
     文件        1689  2017-10-14 09:21  GprinterSDKDemo\GprinterSDKDemo\base.lproj\Main.storyboard
     文件         171  2017-10-14 09:21  __MACOSX\GprinterSDKDemo\GprinterSDKDemo\base.lproj\._Main.storyboard
     文件         239  2017-10-14 09:27  GprinterSDKDemo\GprinterSDKDemo\BlueToothViewController.h
     文件         171  2017-10-14 09:27  __MACOSX\GprinterSDKDemo\GprinterSDKDemo\._BlueToothViewController.h
     文件        5261  2017-10-19 10:40  GprinterSDKDemo\GprinterSDKDemo\BlueToothViewController.m
     文件         504  2017-10-19 10:40  __MACOSX\GprinterSDKDemo\GprinterSDKDemo\._BlueToothViewController.m
     目录           0  2017-10-19 10:39  GprinterSDKDemo\GprinterSDKDemo\GprinterSDK_v1.0.2\
     文件        6148  2017-10-19 10:39  GprinterSDKDemo\GprinterSDKDemo\GprinterSDK_v1.0.2\.DS_Store
............此处省略32个文件信息

评论

共有 条评论