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];
}
解决网页设计一定会遇到的210个问题
2006-4 / 42.00元
如何选择适合、简单、方便、快速的方法来解决您的网页设计问题?不会HTML、JavaScript、CSS也可轻易完成许多网页功能与特效。本书包含上百种HTML、JavaScript、CSS使用应用技巧与盲点解说,包含10个常用表单资料判断函数与特殊技巧,不必修改就可用于任何网页。本书现有的多数网页设计书籍相辅相成,让您事半功倍地完成工作。 许多计算机书籍都是从某个语言或者某个软件的......一起来看看 《解决网页设计一定会遇到的210个问题》 这本书的介绍吧!
