Hello
I am developing an iOS app with Objective-c.
I would like to display a pop-up dialog and add text input and UI to select items from the list.
I was able to use the UIAlertController and use "addTextFieldWithConfigurationHandler" to enter text, but I don't know how to add a list.
I don't care if it's a picker or a TableView list...
Can someone give me some useful information or tips?
ios objective-c xcode
I don't know if... but in this case, you create your own subclass of the UIViewController.
As you may know, the UIAlertController is also based on the UIViewController.
The point is
Yes.
View Controller view The following design can be done as usual on the storyboard.All you have to do is present... the view controller you created like this as usual.
Most tasks are probably the same as creating a view controller.Only UIViewControllerTransitioningDelegate and UIViewControllerAnimatedTransitioning will require learning.
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
581 PHP ssh2_scp_send fails to send files as intended
578 Understanding How to Configure Google API Key
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.