DAAppsViewController icon indicating copy to clipboard operation
DAAppsViewController copied to clipboard

Thread 1: EXC_BAD_ACCESS

Open iqbal92 opened this issue 7 years ago • 1 comments

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];

iqbal92 avatar Nov 15 '17 07:11 iqbal92

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'

ricsantos avatar May 03 '20 22:05 ricsantos