I have my custom viewcontroller declared like this: @interface DetailViewControllerSpeciality2 : UIViewController <UITableViewDelegate, UITableViewDataSource> {
I am trying to put two different UIPopovers in one view. I\'m fairly new to objective-c, and programming in general, so instead of doing the smart, efficient method of having one popover and changing
I\'m using a UITableViewController and want to add a searchbar. My options are [self.tableview addSubview:searchBar] or self.tableview.tableHeaderView = searchBar
I have a UIView and I need to switch to UINavigationController.This is the code I am using to navigate:
I was using a class, MapMultiController, which extends UIViewController, and is instantiated from inside my ListViewController, which also extends UIViewController, like so:
I am trying to display 3 UIScrollViewControllers in the same window as 3 horizontal stripes 3 times the screen wide scrolling indipendently. The code to achieve this is below but for some reason it do
I have a table list of promotions held in an NSSet which I load into an array for the purpose of displaying the title/name on the cell. However I want to use the didselectrow method to push the select
I have set up a navigation controller, and the view controller within that is set to the class of another view controller I have already created. The problem is, I have a UIDatePicker snapped to the b
In my app I have a UIViewController and a UIView named HomeViewController HomeView They are both being loaded from a nib and the nib files are 开发者_运维知识库named the same as the class names
I have the following code for my universal app but I\'m getting this weird log whe开发者_C百科n I run the app. Everything seems to be working fine, however.