开发版本-developer——01 first commit
This commit is contained in:
@@ -8,12 +8,6 @@
|
||||
|
||||
#import "ChinaPlckerView.h"
|
||||
|
||||
// 屏幕的高度
|
||||
#define kScreenHeight [[UIScreen mainScreen] bounds].size.height
|
||||
|
||||
// 屏幕的宽度
|
||||
#define kScreenWidth [[UIScreen mainScreen] bounds].size.width
|
||||
|
||||
//键盘高度 253
|
||||
#define IT_KEYBOARD_HEIGHT 253
|
||||
|
||||
|
||||
@@ -9,9 +9,6 @@
|
||||
#import "PopView.h"
|
||||
#import "DrawView.h"
|
||||
|
||||
//屏幕宽和高
|
||||
#define kScreenWidth ([UIScreen mainScreen].bounds.size.width)
|
||||
#define kScreenHeight ([UIScreen mainScreen].bounds.size.height)
|
||||
|
||||
typedef NS_ENUM(NSInteger, PopViewType){
|
||||
PopViewNormalType = 0,
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
|
||||
#import "CusomeCameraViewController.h"
|
||||
#define kScreenBounds [UIScreen mainScreen].bounds
|
||||
#define kScreenWidth kScreenBounds.size.width*1.0
|
||||
#define kScreenHeight kScreenBounds.size.height*1.0
|
||||
#import "ViewController.h"
|
||||
#import <AVFoundation/AVFoundation.h>
|
||||
@interface CusomeCameraViewController ()<AVCaptureMetadataOutputObjectsDelegate,UIAlertViewDelegate>
|
||||
|
||||
Reference in New Issue
Block a user