yeahdongcn / RSBarcodes

1D and 2D barcodes scanner and generators for iOS7 with delightful controls.
MIT License
383 stars 59 forks source link

Fix video layer size on view size change #36

Closed djbe closed 8 years ago

djbe commented 8 years ago

Fixes an issue I have when embedding the view controller in another one (using container views in storyboard).

The controller's view frame changes between init and an auto layout pass, so we need to update the video layer's frame too.