How to make back button workable in this program?
I had applied UISheetPresentationController on a ViewController and there is a back Button which is called as imageWithLabel. I want it to work properly. But problem is the sheet because sheet has to be appear every time. Means it had to appear every time when I appear on this ViewController.
How to make back button workable in this program in UiKit
I had applied UISheetPresentationController on a ViewController and there is a back Button which is called as imageWithLabel. I want it to work properly. But problem is the sheet because sheet has to be appear every time. Means it had to appear every time when I appear on this ViewController.
The Code for this import UIKit