DAAppsViewController
DAAppsViewController copied to clipboard
Thread 1: EXC_BAD_ACCESS
DAAppsViewCell.m
self.nameLabel.text = appObject.name; //Thread 1: EXC_BAD_ACCESS (code=1, address=0x25b8bbec8) self.genreLabel.text = appObject.genre; [self.purchaseButton setTitle:appObject.formattedPrice forState:UIControlStateNormal];
Sounds like the same issue as #25
Are you using CocoaPods with frameworks? If so, installing the pod like this should fix the problem:
pod 'DAAppsViewController', :git => 'https://github.com/danielamitay/DAAppsViewController.git', :branch => 'master'