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];
}
PHP和MySQL Web开发
Luke Welling、Laura Thomson / 武欣、邵煜 / 机械工业出版社 / 2005-12 / 78.00元
本书将PHP开发与MySQL应用相结合,分别对PHP和MySQL做了深入浅出的分析,不仅介绍PHP和MySQL的一般概念,而且对PHP和MySQL的Web应用做了较全面的阐述,并包括几个经典且实用的例子。一起来看看 《PHP和MySQL Web开发》 这本书的介绍吧!
图片转BASE64编码
在线图片转Base64编码工具
随机密码生成器
多种字符组合密码
