iphone

iPhone + UIControls

Hello All, It is a very generic question (not related to any application). Just my quest to know more. While creating any iPhone application, we see that there few UIControls available in Library of Interface Builder. Using those we can create all basic application and designs, and also we can't customize those to much extent But if w...

MGTwitterEngine getting feeds - iPhone

So, in my app, I am trying to use MGTwitterEngine to read from a certain user on Twitter, and then log the recent posts in an array. Is it possible to do this with this library? I am trying to do this without logging in. Any help would be appreciate, thank you! ...

how hard is to implement in App Purchase?

how hard is to implement in App Purchase? Is it tricky? or is it probably better to make lite and pro versions of applications? Cheers, Sam :P ...

Why won't my x-axis show with core-plot on the iPhone?

EDIT: I think my question is better phrased as: How can I have a Y-axis that doesn't start at zero? It seems like the x-axis always gets placed at the y=0, but I would like the x-axis to be at some positive number on the y-axis. Here's a graph with more reular data... I just wish the x-axis was placed at the minimum y-value for the plot...

Core Location on simulator & device

When testing on simulator i wont get this pop up "Would you allowed this app to use your current location" ,but while testing on device this message pops up.Does anybody know why it is? ...

Iphone MultiThreading - How can I update the events in the interface(mainthread) from the background thread?

1.My mainView is a UIScrollView. I have to load 9 images as tiles onto it. 2.I am calling the function as a different thread to get the 9images and to load it into the interface(mainthread). By doing so, the interface remains responsive. 3.But the problem even when the images are being loaded they doesnt get displayed in the UIScrollV...

Post message on facebook wall from iPhone

Hi, I want to post some message on Facebook wall. I am able to login and connect with Facebook from iPhone. But i have hard luck to finding out the solution. Can you please tell me how i can achieve this functionality? Thanks, Jim. ...

Can I start using HTML 5 for my smartphone app ?

Most smartphones use modern browser engines that have implementing HTML 5 (or at least partially). Should I start using HTML 5 for my web application ? Where can I find a list of browser engines used by most popular devices (iPhone,Android,etc.) ? My application doesn't have to work on older desktop browsers. ...

Can I prevent an iPhone OS 3.x app from running on 2.x OS?

I don't want my app to run on an iPhone or iPod with any OS prior to 3.0. I was under the impression that the App store would take care of it for me, but I don't think that is the case. What is the best way to alert the user and then quit? Preferably, I'd like this to happen before the user purchases my app, but if the fact is that a ...

How to change the name of the app on the iPhone?

I did this before, but can't remember it now. I want to change what appears under the icon of my app on the home screen. Where in Xcode do I do this? ...

iPhone Table View Data Edit Pane

I have an application I'm working on, and I need the user to be able to add new "Shows", "Movements" and "Dots." These are all represented by classes. At the root of the application, all the shows are shown, the user can click on the show, see the movement in that show, then tap on a movement and see the dots in the movement. It works be...

creating a webpage for iphone

i am creating a web page for iphone, i need the page to display efficiently in the iphone as well as on pc's. I'm coding in xhtml and uses support of JavaScript and css. The problem is that, i'm getting the correct view in the pc's but too small in the phone.how to adjust the size of the page. I am checking the user agent and loading a s...

[iPhone]How to switch screens by touch and drag?

I want to make a iPhone application which can switch screens by touch and drag, follow below picture: Please guide for me! ...

animate my custom number pad

I create my own number pad view successfully and I want to simulate the default number pad appear animated effect, but it can't work fine, it can't animate as default number pad, how do I modify? I have a UITextField call "fNumber" and a custom number pad view call myNumberPadView and created by interface builder, when the "fNumber" is ...

how to use this CFFTPCreateParsedResourceListing(function) by mannualy?

I am working on get listing of directories from the ftp server in whivh i am using CFFTPCreateParsedResourceListing function.But i wan to use this functions functionalty with out using this function.Is it possible?If yes then please give me advice.Thanks in advance. ...

sqlite: can i do select statement while looping through another select statement

In my iPhone app, I use a sqlite table to hold my data. While I'm looping through a select statement on one of the tables, I want to do another select (and update) statement on the same table in some conditions. It's pretty complicated to explain why I would want to do this, but I'm pretty sure I need to. The problem is that when I loo...

Making a loading page (waiting view) for iPhone apps and games

Hi everyone. I have seen quite number of games in Iphone. I see there is loading page (waiting view) when the scenes switch. Like scene A goes to scene B, it takes time to load right? but to let the user know so the developer put the waiting view. I am not sure how to do it. I am still new with that, just built one game, and there are s...

Prevent disabled UIButton from propagating touch events

My application has two overlapping UIButtons. The top button may be disabled at times. However, in this case any touch events it receives seem to be passed down to the underlying view, which in my case is the other button. What I need is the top button intercepting all touches and preventing them from reaching the bottom button, even in...

iphone: Possible to get Titles from a PSMultiValueSpecifier in the settings.bundle?

Hi.. I`m planning to use the titles in a PSMultiValueSpecifier from settings.bundle in a pickerview. I only know how to get my selected value based on the key from the settings.bundle. Is it possible to get ALL titles based on the key ? ...

UITableView crash when updating cells that change sections

I have a table that displays data from a single array and organizes the items into separate sections based on a set of filters. Each filter has a corresponding section. My UI allows the user to tap a check box embedded in each table cell. This check box sets a "checked" flag which affects which section the item is filtered to. Here's an ...