CCIAbacusView 0.1.4

CCIAbacusView 0.1.4

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最后发布2017年10月

Cristian Cosneanu 维护。



  • ccosnean




示例

要运行示例项目,请首先从回购克隆,然后在 Example 目录中运行 pod install

Alt text

总价值显示在代理方法中。见下文。

Appetize.io 实验室

要求

头文件

<CCIBead.h>
<CCIAbacusDelegate.h>
<CCIAbacusDataSource.h>
<CCIAbacusView.h>

必需方法

- (int)numberOfColumnsForAbacusView:(CCIAbacusView *)view ;
- (int)abacusView:(CCIAbacusView *)view numberOfBeadsPerSection: (int)sectionNumber;
- (int)abacusView:(CCIAbacusView *)view valueOfBeadsPerSection: (int)sectionNumber;
- (BOOL)showSeparatorForAbacusView:(CCIAbacusView *)view;
- (UIColor *)separatorColorForAbacusView:(CCIAbacusView *)view;
- (CCIBead *)abacusView:(CCIAbacusView *)view setBeadForColumn: (int) column withIndex: (int)index;
- (void)abacusView:(CCIAbacusView *)view didChangeValue: (int)newValue;

安装

CCIAbacusView 通过 CocoaPods 提供。要安装它,只需将以下行添加到 Podfile
即可

pod 'CCIAbacusView'

pod 'CCIAbacusView', :git => 'https://github.com/ccosnean/CCIAbacusView.git'

作者

ccosnean, [email protected]

许可证

CCIAbacusView 在 MIT 许可证下提供。有关更多信息,请参阅 LICENSE 文件。