- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/omergul123/LLSimpleCamera
软件介绍
LLSimpleCamera是一款简单实用的可以自定义的相机,也支持闪光灯。可以自定义相关的按钮进行自己的想进行的操作。
示例代码:
CGRect screenRect = [[UIScreen mainScreen] bounds]; // create camera vc self.camera = [[LLSimpleCamera alloc] initWithQuality:CameraQualityPhoto]; // attach to the view and assign a delegate [self.camera attachToViewController:self withDelegate:self]; // set the camera view frame to size and origin required for your app self.camera.view.frame = CGRectMake(0, 0, screenRect.size.width, screenRect.size.height);
You Can Program in C++
Francis Glassborow / John Wiley & Sons / 2006-7 / 406.80元
An interactive and fun way to learn C++, one of the most popular high-level programming languages for graphic applications This unique, hands-on approach to learning C++ makes t......一起来看看 《You Can Program in C++》 这本书的介绍吧!
