CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | Custom |
| ReleasedLast Release | Apr 2016 |
Maintained by amoblin.
| Depends on: | |
| Masonry | >= 0 |
| JSONModel | >= 0 |
| SDWebImage | >= 0 |
DDBrick is a Data-Driven Brick components for iOS developments, which is first implemented by gongpengjun. DDBrick makes your iOS development faster and easier.
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
self.dataArray = [@[[[DDTitleTableViewData alloc] initWithTitle:@"First"],
[[DDTitleAndSubtitleTableViewData alloc] initWithTitle:@"你好"],
[[DDAppStoreTableViewData alloc] init]
] mutableCopy];
[self reloadData];
}