I have a UIButton i开发者_StackOverflownto a custom table view cell and I\'d like to target touches into this button to a method WITHOUT adding the event from code but linking into IB. When declaring
Alright, I might make this confusing, but hopefully not. So I have a UITableView that I want to section in 3: Details (A), Additional Details (B), and Assignment (C).
i am getting a weird error when i connect my outlets in my xib. I have a tab bar app, with 3 tabs. the first two work perfectly, but the third tab is having problems - it crashes the app when you pus
i am quite new to XCode. I was looking through some of the sample codes from Apple Developer sites. I understood code for the same but I am not having a clear idea on how to check for the type of comp
I am trying to set the action for a UIBarButtonItem I have in my MainWindow.xib. I keep going round and round and I\'m not getting anywhere. My controller hierarchy is as follows:
I\'m sure this is something obvious, but how do I add a nav controller to the main window in xcode 4 - when I drag and drop it won\'t let me drop the nav controller on the window开发者_运维技巧.
If I create a custom UIView in ChildView.xib - how do I reference that from MainWindow.xib? I tried to drag a UIView to MainWindow.xib and associate it with the same ChildView class. I made the Child
I am really new to iPhone development. Currentlly I am setting up an option module for my application. The开发者_开发问答 user should be able to edit some preferences.
My question is: Since I have an app that downloads images from TMDB (the movie database) and I can\'t edit them in Photoshop before adding them to my application I was wondering if there was a way to
I\'m having a lot of trouble doing something very simple. I have a viewController and a subViewController, both with views loaded from nibs. For clarification the parent view is sized 1024 by 748 and