Skip to content

fatal error: unexpectedly found nil while unwrapping an Optional value #11

@tecexpert

Description

@tecexpert

Error in this line:

// 1. Set the image array with UIImage objects
imageSliderVC.images = [image1, image2, image3]

There is my po Log

(lldb) po image1
<UIImage: 0x7fe643d1f2c0>, {320, 152}

(lldb) po image2
<UIImage: 0x7fe643d21590>, {320, 152}

(lldb) po image3
<UIImage: 0x7fe643d21e10>, {320, 152}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions