viewcontroller
popToViewController in a CoreData app
I have a CoreData app with the MainView the UITableViewController which houses all of the items in the list. What i\'m trying to accomplish is adding a custom back button and using the popToViewContro[详细]
2023-04-02 16:31 分类:问答Xcode: UIPickerView Text & View Controller Link Up
I have created two view controllers in XCode along with a UIPicker开发者_JAVA百科View, a label, a text view. I wanted to try and get data from the UIPickerView, so when the app detects that a row has[详细]
2023-04-02 08:26 分类:问答Xcode: Can you change views if your project isn't a View Controller project?
I want to change views e.g.; [example presentModalViewController:example2 animated:YES]; But can 开发者_JAVA技巧I do this in a single view application? May seem a silly question, but is there any w[详细]
2023-04-01 21:26 分类:问答How to implement slide in/out view with controls in WP7?
I am new to windows phone (WP7) and to me it looks like everything on WP7 is about pages. I want a small window to pop up from the bottom of a page while staying on the same page. The small window wil[详细]
2023-03-31 18:12 分类:问答how to reload tableview of another uiviewcontroller in current viewcontroller
Please help me out. I am very sorry if it is duplicate but i didn开发者_如何转开发\'t get required answer that is why i am asking again.[详细]
2023-03-29 05:01 分类:问答Problem with position of new view using presentModalViewController
I am trying to add a new view to my app using presentModalViewController. ASpotImageViewController *aSpotImage = [[ASpotImageViewController alloc] initWithNibName:@\"ASpotImageView\" bundle:nil spotI[详细]
2023-03-28 17:55 分类:问答How do I make outlet connections from my view controller to my views?
Hi I\'m trying to learn how to write apps for the iPhone. I\'m using a book to guide me. Unfortunately the book is written before interface builder was integrated in to Xcode.[详细]
2023-03-27 11:51 分类:问答UIModalTransitionStylePartialCurl half page
I\'m disp开发者_运维技巧laying an UIViewController by the following way: MyViewController *myVc = [[MyViewController alloc] initWithNibName:@\"MyViewController\" bundle:nil];[详细]
2023-03-26 10:51 分类:问答iOS - Adding a new view / Switching views on button press
I have a split-view app with a button in the detail view that, when clicked, will take the user to a full screen view of the selected image.[详细]
2023-03-26 03:56 分类:问答iOS : 2 Buttons both call the same view controller. How do I find which one was clicked?
The title says most of what I\'m looking for: I have 2 buttons on my main menu that both call the same view controller.Depending on which button was clicked the view controller behaves a little diffe[详细]
2023-03-25 14:35 分类:问答