I have a grouped UITableV开发者_开发技巧iew that has 3 sections. I would like to show a UIImage with some text next to it (not a cell), but I am not sure how I can go about doing that? The image and t
I\'m am a beginner in mac os x development and am trying to get started with all this. Here is my problem : I\'ve create a non-document based cocoa app using core data as storage. I\'ve added an ent
I have searched my entire Mac for ibplugin to find the QTKit IBPlugin, but I also came accros a plugin which adds AFAssistantPane to IB. I did a Google-search but Google has no results for it. So, doe
I\'ve got a table with custom cells brought in from an IB file. Cell is created like this: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
I would like to be able to decide where a sub view is placed, when that view is controlled by its own view controller. This happens frequently on th开发者_开发百科e iPad when you have a semi-complicat
How can I accomplish the following: When my app loads a UIView will show 4 buttons Clicking on a button will load a UITabBarController (no开发者_运维问答t a UIView with a UITabBar) that can display
I have created a UIView as a subview and to that subview I have added a UIImageView as a subview. UIView *viewCreated;
I would like three menu items on the menubar with the keyboard shortcuts cmd-1, cmd-2, cmd-3. This I know how to do.
Say for instance I have an IBAction that is hooked up to a UIButton in interface builder. - (IBAction)functionToBeCalled:(id)sender
I have a modal vie开发者_开发问答w with a textview and a button. When the keyboard is displayed it covers up some of my UI elements. I\'d like my modal to be scrollable so that it can be viewed while