iOS 应用购买助手 IAPHelper
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/saturngod/IAPHelper
软件介绍
IAP helper 是苹果 iOS 应用购买助手。
要求
StoreKit
iOS 5 or later
ARC
使用
添加 IAPHelper 文件夹到项目
添加 Storekit framework
pod 'IAPHelper'
初始化:
if(![IAPShare sharedHelper].iap) {
NSSet* dataSet = [[NSSet alloc] initWithObjects:@"com.comquas.iap.test", nil];
[IAPShare sharedHelper].iap = [[IAPHelper alloc] initWithProductIdentifiers:dataSet];
}Coding the Matrix
Philip N. Klein / Newtonian Press / 2013-7-26 / $35.00
An engaging introduction to vectors and matrices and the algorithms that operate on them, intended for the student who knows how to program. Mathematical concepts and computational problems are motiva......一起来看看 《Coding the Matrix》 这本书的介绍吧!
