搜索资源列表
InAppRage
- iphone 应用内付费例子,通过苹果的iap代理接口,实现应用内付费-iphone push iap samples
UIPullToRefreshTableView
- 参考别人的开源代码,稍加修改,显得更简单、实用,与大家分享一下 1、附件中的文件加入到工程 2、创建的UITableView继承UIPullToRefreshTableView,同时支持XIB和动态创建两种方式 @interface UIPullToRefreshTableView : UITableView 3、 创建的UIViewController继承UIPullToRefreshViewController @interface UIPullToRefresh
CheckBox
- 简单写了个CheckBox自定义控件的实现:通过代理delegate的方式,来实现点击一个控件,改变另一个控件的状态;-Write a simple CheckBox custom controls implementation: through the way of acting delegate, to implement the click on a control, change the state of another control