You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@majdalrifai iCarousel is written in Objective-C, and that error can only be generated by Swift code.
My guess is that you have created an implicitly unwrapped @IBOutlet for your iCarouseView, and that this hasn’t been correctly hooked up in your Storyboard so that it’s nil at the point when you try to set the type property.
Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value after the code iCarouselView.type = .cylinder
This code is under override func viewDidLoad() {
The text was updated successfully, but these errors were encountered: