Adam Johns
Posts
-
Answered
Crash when presenting UIImagePickerController
This code crashes on iOS in Fullstory 1.55.0, but does not crash in Fullstory 1.54.0: let cameraViewController = UIImagePickerController() cameraViewController.sourceType = .camera let presentCamer...
-
Answered
iOS unmask Storyboard label without outlet?
Is it possible to unmask a label created in Storyboard without making it an outlet and then calling .fsUnmask in code?