CameraPageViewController
class CameraPageViewController : UIViewController, UIImagePickerControllerDelegate, UINavigationControllerDelegate
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet var welcomeLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet var titleLabel: ShiftMaskableLabel!
-
Undocumented
Declaration
Swift
@IBOutlet var cameraView: UIImageView!
-
Undocumented
Declaration
Swift
@IBOutlet var shootButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet var infoLabel: UITextView!
-
Undocumented
Declaration
Swift
@IBOutlet var titleBackground: UIView!
-
Undocumented
Declaration
Swift
var newMedia: Bool?
-
Undocumented
Declaration
Swift
let model: BementBuildingClassifier
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewDidAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
@IBAction func useCamera(_ sender: AnyObject)
-
Undocumented
Declaration
Swift
@IBAction func useCameraRoll(_ sender: AnyObject)
-
Undocumented
Declaration
Swift
func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey : Any])
-
Undocumented
Declaration
Swift
func buffer(from image: UIImage) -> CVPixelBuffer?
-
Undocumented
Declaration
Swift
@objc func image(image: UIImage, didFinishSavingWithError error: NSErrorPointer, contextInfo: UnsafeRawPointer)
-
Undocumented
Declaration
Swift
func imagePickerControllerDidCancel(_ picker: UIImagePickerController)