iphone

Is PHP a must need for developing Iphone Web Apps?

Hii people, i m new 2 iphone development and php,i had to develop a iphone web application,i cant clear is that possible to develop without php by using web services etc? i have developing using JQtouch / jquery Mobile? Thank u? ...

countForFetchRequest and executeFetchRequest return different numbers of results

I'm finding that a NSFetchRequest is returning different results for a count and for an execute. I have a Product entity and a Size entity. A Product has many Sizes. I have two products, productA and productB. ProductA is only available in size1 and productB is available in both size1 and size2. Given the NSPredicate 'ANY sizes.#siz...

Native Mobile Applications with HTML

Hi, I am trying to develop a native application for iPhone or Android or Symbian on Windows. I have looked online and came across http://rhomobile.com/, which let you develop native applications for almost all devices, but I am inexperienced in Ruby. I can code in HTML, ASP.Net, Javascript, and PHP. The only thing that made my search...

Typedef enum setting and accessing

Hello there! I have this before the interface declaration in my MainView.h header. typedef enum { UNKNOWN, CLEAR, NIGHT_CLEAR, CLOUDY, NIGHT_CLOUDY } Weather; Then I declared it like this: Weather weather; Then made an accessor: @property Weather weather; And synthesized it. My question is, how can I use this in a different...

Switching off Notification from device

How can we switch off notification from device? ...

Problem running DemoApp in facebook-ios-sdk

Hi, I downloaded the Facebook IOS SDK from http://github.com/facebook/facebook-ios-sdk, and tried to run the sample/DemoApp. All functions seemed to run fine, except that I couldn't publish a stream. The FB dialog (FB box with blue border) just showed that my FB app has a problem. In the XCode proj, I only filled-in my FB app-id to t...

how to read data from CSV file using objective-c

i want to read the CSV file and initialise the data with objects... any one help it... ...

iPhone - Conflicts with multiple UIGestureRecognizers

I'm currently having some conflicts with UIGestureRecognizers that is causing everything to place nice with each other. I have several squares (UIView) on the screen that let the user to pan and pinch (used to scale the views). I have a UIPinchGestureRecognizer added to the main view which the squares are added so that I can scale the ...

iPhone Development Community Blogs

Is there any iPhone development community blogs where a user can create an account and start blogging to get more exposure? ...

How do I get TTTableViewDataSource to work with AddressBook

Hello I would like to get a TTPickerTextField to search and get data from the build in AddressBook, and I understand I should make my own data source class that implements the TTTableViewDataSource protocol. But how do I implement it so that it connects correctly with the build in AddressBook? Im a newbie, so combining the Address Book ...

How do boundaries work in multipart post requests?

I trying to upload a file from an iPhone to a server. I'm trying to avoid using any libraries that aren't made by apple, and from what I can tell it looks like I'll need to go pretty low level on constructing my request. Can someone tell me what the "boundary" is in a multipart/form-data request and how to use it properly? ...

Monotouch vs Flash CS5 for iPhone App Development

Hi, With the recent loosening of the Apple Developer licence on third-party development platforms, I have had a brief look into app development with Monotouch and Flash CS5 but am unsure of which to develop with. I am competent in both C# and ActionScript so the language isn't so much the issue (but i dislike objective-c so please don't...

Possible to use Core Data with different pre-populated sqlite db's?

I am not that familiar with core data so im wondering if its possible to load different pre-populated sqlite db's into core data and how the performance would be? I have a client who is storing their data in multiple sqlite db's on a remote server. Each sqlite db would basically represent a group in the app and there could be anywhere f...

trying to set a delegate method to get urlConnection data.

I've been going around and around, I've been trying to use this example but running into trouble in the delegate method. I'm trying to figure out how to close this out. Looks like I've got a lot set correctly but need help on final step: I'm getting a -[ThirdTab apiFinished:]: unrecognized selector sent to instance. On line two o...

UIScrollView moves on its own

I have a full screen UIScrollView that has several possible layout configurations. It is basically a "contact" card eith some buttons, imageViews, Labels , and text fields. When it loads, buttons will be moved or removed based on the content available. Oddly, the Scorll View does not always start in the same position. Sometimes it loads...

Memory Management: Is insertSubview retaining it's views?

The question is if insertSubview is retaining the views and if I'm doing it right. I would say yes. Since I'm not using the property anymore I don't receive an EXC_BAD_ACCESS. I think when releasing the view all subviews are also released. And so mapView is over-released. I'm right or do I still have a memory management issue? My ViewC...

how to reinitialize iphone app before each OCTest test case

I'm running multiple OCTest test cases for a single iPhone app. How do I initialize the iPhone app to it's original start-up state before each test case is run? ...

What is wrong with this string format (different behavior on simulator and device)?

I have this block of code executed when pressing a number: NSString *currentValue = [@"" stringByAppendingFormat:@"%.02f", [[[[[textField text] stringByReplacingOccurrencesOfString:@"." withString:@""] stringByReplacingOccurrencesOfString:@"," withString:@""] stringByReplacingOccurrencesOfString:@" " withString:@""] doubleValue]/100...

Back button not working for view transition

I am trying to add a back button to the sample viewtransition app. My issue is that when I tap the back button I added to the navigation bar it goes nowhere fast. Link to sample code below. http://developer.apple.com/library/ios/#samplecode/ViewTransitions/Listings/Classes_ViewTransitionsAppDelegate_m.html#//apple_ref/doc/uid/DTS400074...

Component for mix text, links and clickable text

I have a problem. Need a component for mix text, links and clickable text. In Facebook App can see a example. http://img193.imageshack.us/img193/1355/example1t.jpg Someone know a than can do this. For example, UITextView can detect links in text, but can't insert clickable text. Thanks for your help. ...