Reputation: 2220
I have UIView
which I am using as custom camera.
I need this camera for QRCode reading.
And I want to add subviews in that UIView
. So is it possible to add subview to custom view used as camera.
I need camera like this:
Thank you.
Upvotes: 0
Views: 63
Reputation: 701
If your camer view is a custom subclasss of UIView, you can add other UIViews as it’s subviews
Upvotes: 1