hello all when i run the command to generate Localizable.string file from my terminal it says me bad entry in to the classes file the file gets generated but it has no entry in it infact it should have entry in it. Here is what i am running in my terminal but somehow it is not happening please guide me need to solve this
Last login: Mon...
Hi all,
I have a requirement where UIPickerView should be customized. The picker view should look something like this:
The application which has customized the pickerView similarly is:
http://itunes.apple.com/us/app/convert-the-unit-calculator/id325758140?mt=8
I have tried removing the default pickerView selection bar by resetting t...
I know this question was already asked in the past, but i am really confused and can't get out of it.
i have got 9 pointers to IB objects declared like:
IBOutlet UIButton *but1;
IBOutlet UIButton *but2;
....
NSMutableArray *buttons;
declared properties:
@property (nonatomic,retain) IBOutlet UIButton *but1;
...
Hello,
In my app, when a user selects a cell from a UITableView, I create a UIView programatically, add it to the window object, then create an UIWebView and a UIButton and add them as subviews to that view I created.
myView = programatically created view
webView = the UIWebView that is a subview of myView
button = the UIButton that...
Hello all,
I have created an application in which i have to add users to the sqlite database.
Now the problem is I want the look of the standard iPhone Contact application Where while adding user we have the width of first cell smaller than other cells and the image before that cell..
Can you please give me the idea how such thing is p...
i have a tab bar at the bottom of the screen.
An application with 2 view.
in the first view there is a button, when press play the video start, but the tab bar remain botton overlay the video.
how i can hide tab bar only when video play?
...
Hi,
I am retrieving the Json data from an URL into a table view. The problem is that i couldnt replace the old data that is retrieved, with the new data when i click another table cell. The new data is getting added to the last cell of the table cell while the old data is also getting displayed. What could be the problem...
...
The Xcode data modeler shows me those three different int data types. When I would write code, which data types do these really correspond to on the iPhone? Are they all simply NSInteger, wrapped in an NSNumber?
As far as I see it, NSNumber only differentiates between int an NSInteger... so I guess those three end up beeing pretty much ...
Hi,
I am working on Twitter login page validation. Now i have downloaded MGTwitterEngine package and implemented in my application. I have followed these steps in this Link.
But i got the error:"error: OAuthConsumer.h: No such file or directory". I am struggling in this problem for last two days. How can i achieve this. Please guide me...
Hi,
I have a Tab-based iPhone Application. One tab is a UITableView + DetailView, the second is a MKMapView. In the MapView I have Callouts with buttons. Those buttons, I want to link to its DetailView at the first tab. How can I do that? The Detail View has its own Controller and xib file. My MKMapView Annotation code is following:
-(...
hi any one know iphone uislider with two thumbsindicators, i have tried to manipulate it, any one have idea means please guide me. Am new to iphone development please help me.
thanks in advance
...
I am having a few nagging issues with NSFetchedResultsController and CoreData, any of which I would be very grateful to get help on.
Issue 1 - Updates: I update my store on a background thread which results in certain rows being delete, inserted or updated. The changes are merged into the context on the main thread using the "mergeChan...
how to play video landscape with standard api?
video play only portrait !!!
change the app orientation landscape is not useful, because video start portrait forever.
i have a portrait app with a button, when pressed video must play landscape.
yourmoviecontrollername setOrientation:UIDeviceOrientationPortrait animated:NO];
is not al...
Hello,
I am required to make an app which includes the feature for multiple chat client. I have seen several apps on itunes. I was just wondering how to implement this. Am new to iphone application development and not aware where to begin.
Also, I have seen the mention of xmpp framework. Can someone please elaborate a bit on this or so...
With the three20 library you can create styled text, including links, but how do you get those links to open in Safari (or within the app itself)?
...
Hello.
I'm developing an iPhone application that show the camera's view with this code:
-(void) displayAR {
[rootViewController presentModalViewController:[self cameraController] animated:NO];
[displayView setFrame:[[[self cameraController] view] bounds]];
}
And hide the camera's view with this code:
- (void) hideAR {
[[...
The Core Data Programming Guide talks a lot about what not to overwrite. So the question is: What is good to overwrite?
Like I see it, I can't overwrite -init or -initWithEntity:insertIntoManagedObjectContext:
So where else would be a good overwrite point to set up some basic stuff? Or is it generally not needed to do custom initializ...
Hi,
I want insert a tag in the Xml file.
I have NSFileHandle object and i know the "offsetInFile" and the "seekToFileOffset:" methods but i don't know how to use.
I have the Xml below and i want insert a tag between "positions" and "/positions" tag.
Thanks so much.
<?xml version=1.0 encoding=UTF-8 ?>
<positions>
//I want insert in thi...
favorites = [[NSMutableArray alloc] init];
for (int i=0; i<9; i++) {
[favorites addObject:[[[Favorite alloc] constructUnknown] autorelease]];
}
i'm getting:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[Favorite size]: unrecognized selector sent to instance 0x380d9c0'
why?
Favorite ...
Hi,
I notice when you go to google.com for example, the input field keyboard has a "submit" button as opposed to the original "return" button.
How do I turn on that feature?
I tried type=search but I still see the return button.
Thanks,
Tee
...