I have a camera view based on AVFoundation. Any idea how I can switch to Portrait Effect in iOS's Control Center like SnapChat?
CodePudding user response:
You need to opt-in your app by adding an Info.plist key called NSCameraPortraitEffectEnabled, with boolean type set to YES.