iOS switch from a UIView to a UIViewController

sancho

this is my problem. I am in a UIView which contains a button. I would like that pressing this button appear the next UIViewController. How can I do?

Misha Karpenko

I would suggest you take a look at some tutorials how to work with UIButton and UINavigationController. You can find some code in SDK or just Google 2 requests: "UIButton tutorial" and "UINavigationController" tutorial.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

iOS UIViewController inside a UIView

Get to UIViewController from UIView?

UIViewController and UIView Life cycles in iOS

Create UIView on previous UIViewController from another UIViewController

Instantiating a UIView subclass from a UIViewController

Send data TO UIView FROM UIViewController?

How to get UIViewController of a UIView's superview in iOS?

In iOS, should every UIView have a UIViewController?

Sending value on Button click from UIView to its superview's superview(UIViewController) -iOS

How to call a UIViewController from a UIView SubClass?

Show UIView from UIViewController as a context menu preview

Passing data from UIViewController to Custom UIView with XIB

Sending Data to UIViewController From UIView Subclass With Delegate

ios - Action from UITableView to a UIViewController

iOS - how to set picker data when I use uiview to uiviewcontroller

How can i goto UIViewController storyboard from UIView

How to call a method/an action inside UIViewController from custom UIView?

Scroll custom Picker in UIView using value From UIViewController

How to push or present UIViewcontroller or storyboard from UIView subclass?

Call JavaScript function from UIViewController class in iOS

iOS How to pass data from UIViewController to destinationViewController

iOS 16 prevent UIViewController from rotation

Embed UIViewController inside a UIView

Custom UIView for an UIViewController in Swift

Creating new UIView in UIViewController

Switch from UIViewController to SKSCene doesn't show anything

How to switch UIImages in UIViewController from Array by pressing UIButton

Call of UIViewController inside Switch

How transfer from UIView to SKScene in iOS