modal-view
Dismissing a modal view causes the app crash
I\'m displaying a modal view called \"rule\" from a round rect button. In that \"rule\" modal view i\'m displaying another modal view called \"newRule\" when user clicks the Create Rule button.[详细]
2023-04-10 16:19 分类:问答Use a people picker inside a tab bar
I am currently using the people picker in IOS to show the list of contacts and let the user select the contact they want to use within my app.[详细]
2023-02-24 09:43 分类:问答AVAudio Won't Stop after Presenting Modal View
I have an application that displays movies. The first screen shows buttons that present different modal views. Inside those modal views are buttons that play videos.[详细]
2023-02-19 00:47 分类:问答What is the proper way to access navbar buttons of a modal view?
I created a view in IB with a navbar and a table. Onthe navbar I put two buttons, cancel and done. I use this view like a modal view with:[详细]
2023-02-14 02:20 分类:问答disable elements on UIView behind modal UIView
i have a UIView that is smaller than the superview so i can represent this view as a modal view when a button is clicked.[详细]
2023-02-02 19:52 分类:问答Jquery .append() problem with modal view
I created simple modal view photo gallery that gets picture where user clicked and shows it in modal view.It works but problem if user clicked 2 or 5 times while model view opens then it shows 2 or 5[详细]
2023-01-28 05:10 分类:问答iPhone - Dismiss modal view by a UITabBarController
I\'ve got into a very strange problem. I created my own UITabBarController to customize it and it works pretty w开发者_开发问答ell... except for the modal views. When I dismiss the modal view (present[详细]
2022-12-28 01:30 分类:问答Iphone SDK dismissing Modal ViewControllers on ipad by clicking outside of it
I want to dismiss a FormSheetPresentation modal view controller when the user taps outside the modal view...I have seen a bunch of开发者_StackOverflow apps doing this (ebay on ipad for example) but i[详细]
2022-12-26 07:09 分类:问答How to present a UIScrollView Modaly
I want to present a modal view with a 开发者_如何学编程UIscrollView as the content of the view. How would I do this?As always, do a viewController and set it\'s view as the scroll view (in load view)[详细]
2022-12-15 15:45 分类:问答Present and dismiss modal view controller
Can anyone give me the example code that I can use to first present a modal view controller, then dismiss it? This is what I have been trying:[详细]
2022-12-08 01:38 分类:问答