ChooseMoney
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: http://code4app.com/ios/54b6452f933bf0565d8be4df
软件介绍
ChooseMoney是一款选择金钱的并提供按钮功能的功能性视图。可以对源代码进行二次开发。适用于各种充值,购物,购买会员,P2P等等,简单易用
示例代码:
#pragma -添加一个选择money的视图
{
RenewVipView *renewVIPView = [[RenewVipView alloc] init];
renewVIPView.frame = CGRectMake(0, 0, kMainScreenWidth, kMainScreenHeight);
renewVIPView.delelgate = self;
[bgScrollView addSubview:renewVIPView];
}
#pragma -实现点击的代理方法
-(void)commitMoneyButtonClickWithMoneyCount:(NSString *)moneyCount
{
NSString *resultString = [NSString stringWithFormat:@"您选择的金额为:%@",moneyCount];
UIAlertView *alVC = [[UIAlertView alloc] initWithTitle:@"提
示" message:resultString delegate:nil cancelButtonTitle:@"确
定" otherButtonTitles:nil, nil];
[alVC show];
}
An Introduction to Probability Theory and Its Applications
William Feller / Wiley / 1991-1-1 / USD 120.00
Major changes in this edition include the substitution of probabilistic arguments for combinatorial artifices, and the addition of new sections on branching processes, Markov chains, and the De Moivre......一起来看看 《An Introduction to Probability Theory and Its Applications》 这本书的介绍吧!
HEX CMYK 转换工具
HEX CMYK 互转工具
HEX HSV 转换工具
HEX HSV 互换工具
