I have a loadView call that basically places one view at the top (like a header) and one at the bottom (like a footer). It's possible via a passed in parameter to not have a header or a footer, to hide them later, or to resize the view. I have all this working, but it's very susceptible to breaking because the views can go in various pla...
originally i had a navigation bar with some buttons on it. in interface builder i hooked a button up with the "newGame" action on my main (autocreated) viewcontroller. "newGame" just outputs the board to the console,as a test to see if it's working. well it wasn't. so i decided to get rid of the navbar and just place the button in the ma...
Is it possible to have a UITableView that has a fixed height for all cells, except for the cell at the top (index 0)?
If so, how is this possible?
...
from an iphone development perspective
...
I'm trying to get some video added to my iPad 3.2 simulator's library, so I can test my app.
I converted a video using QuickTime, called it VID_0001.MOV, and copied it to the Library/Application Support/iPhone Simulator/3.2/Media/DCIM/APPLE100 folder.
This video worked for the iPhone simulator, but it's not working on the 3.2 (iPad) s...
I send HTTP post request to a server, but the server response is "Missing parameter: myHeader".
myHeader is the header that i put.
But everything is look ok in my part, so this is really weird.
help will be great
...
I am attempting to create a popover similar to this in an iPad app.
Does anybody know if there is a built in way to do this? Is it a UISegmentedControl inside of a UIPopoverController?
...
I have a label on a UITableView. When clicked it will refresh my tableview and set the top cell's height. When I am setting the cell height, I am checking if a certain variable is TRUE. If true it will show the large height, if false, the smaller height.
At the time of cell height creation, my variable is always false. It is a member va...
So I am seemingly encountering some strange behavior when using NSString's -sizeWithFont family of method calls depending on whether or not I'm invoking it on the iPhone Simulator or an actual device.
Simply enough, when the receiver of the -sizeWithFont:constrainedToSize:lineBreakMode: method call is nil, the resulting CGSize passed ba...
I'm having some values that I need to format into a currency string. It seems that when using NSNumberFormatter to format an amount, the resulting currency string will contain one or more blank spaces.
For instance using the following piece of code to format @"1000" into the European currency format will result in returning @"1,000,00 €...
What are available resources I should look to in order to write an emulator for iPhoneOS? I'd like to write an emulator to run applications written for MacOS. I understand that I won't be able to use file system and other OS resources. I do have an SDK, XCode and all documentation for those resources, but I wonder if I can find some exa...
I've got an iPad app that displays information about the contact in a ABPersonViewController displayed within an UINavigationController, within a popover. When the user hits the Edit button and edits the values, then presses Done, I'd like to update my UI if there are any changes that might affect it.
I've tried implementing ABAddressBo...
How do you set stretchableImageWithLeftCapWidth in Interface builder?
...
I have a schedule cache stored in a pList.
For the example below, I have a schedule time of April 13, 2010 2:00PM and Aril 13, 2010 2:05PM. How can I add both of these to a queue to fire on their own?
item 0
-Hour
--14
-Minute
--00
-Month
--04
-Day
--13
-Year
--2010
item 1
-Hour
--14
-Minute
--05
-Month
--04
-Day
--13
-Year
--2010
...
Hi Guys. I have a UIViewController named equationVC who's user interface is being programmatically created from another NSObject class called equationCon. Upon loading equationVC, a method called chooseInterface is called from the equationCon class. I have a global variable (globalVar) that points to a user defined string. chooseInterfac...
Hello,
I have just finished my application for iPhone. I would like to know if it is possible to use the word iPhone in the name of the application. For example, can I name my application iPhonesque ?
And for the icon, can I use graphics related to Apple like a Mac Windows (with the three buttons, red, yellow and green) on snow leopard ...
Hey,
I am trying to find some source code on how to access and store variables from a database to my program via obj-c(iPhone). I have look for many hours now and no one has provided a sure fire way on how to go about this. If you have any advice or recommendations please post some source code or a link to it.
Thanks for the help.
...
I have a Table View embedded in a ScrollView in Interface Builder MyViewController.xib.
http://juniperstudio.com/im/MyViewController.xib.jpg
I can't get the detailViewController to load.
I believe that the error is using "self" to push the new view onto.
[self.navigationController pushViewController:detailViewController animated:YES];
...
I'm making a sound for the iPhone and I'm interested in adding background music and background sounds.
Is CoreAudio right for the job?
And if so, how do I use it?
...
Hello Everyone,
I am interested in reading ONLY the TEXT content of a UIWebView. How do I do this? I found lots of help on the web about reading the HTML content but I want ONLY the Text. Any suggestions?
Thanks
...