Search Results

Search found 3 results on 1 pages for 'user288225'.

Page 1/1 | 1 

  • Force iPhone Orientation

    - by user288225
    I'm making an iPad app and I need to force the orientation to portrait to several parts of the app. I used the undocumented "setOrientation" API and the app was rejected. Is there a documented way to do this?

    Read the article

  • Calling function from popover.

    - by user288225
    Alright, so I made a popover from my main view and all that good stuff. But I want to have my popover call an action in my main view when a button within the popover is pressed. MainView *mainView = [[MainView alloc] initWithNibName:@"MainView" bundle:nil]; [mainView doStuff]; The "dostuff" function changes some elements within the view. For example, the color of the toolbar is supposed to be changed. I've put a print command and the print command executes. But for some reason, the toolbar won't change color. I've imported the header of MainView into the popover. I did an @class thingy for MainView in my popover. doStuff is declared in MainView's header. The IBOutlets are declared too, and connected. Any ideas?

    Read the article

1