danielebogo / DBCamera

DBCamera is a simple custom camera with AVFoundation
MIT License
1.26k stars 262 forks source link

Can't inherit DBCameraViewController in Swift #190

Open utwang opened 8 years ago

utwang commented 8 years ago

Hi, there.

I try to create custom controller inherited DBCameraViewController.

class CalibrationCameraViewController: DBCameraViewController {
  // code
}

But, segmentation fault occurred. Command failed due to signal: Segmentation fault: 11

Please tell me if you know something.