Pradumna Patil
Pradumna Patil

Reputation: 2220

How to add subviews in custom camera?

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:

enter image description here

Thank you.

Upvotes: 0

Views: 63

Answers (1)

Max
Max

Reputation: 701

If your camer view is a custom subclasss of UIView, you can add other UIViews as it’s subviews

Upvotes: 1

Related Questions