Hi all,
Accidently while running a downloaded application in order to run it on device, I selected my current working provisioning profile along with the associated app Id, as a result of which not only did that application didn't run on device [obviously], but my current application has started displaying that application's splashscree...
Hi there,
i am new to Quertz,How can I draw candle charts in IPhone? Does anybody has any examples with a nice interface for IOS?
...
Hi all,
I have a concern about the separate line under navigation bar. Please take a look at below screenshot
At the "Overview Settings" screen, I implement UITableViewController, and I see the separate line appear natively. But at "Overview" screen, I implement UIViewController and this line is not appear. How do I make it appear on ...
I'm developing a universal application, I actually tested in on:
iPad: Simulator OK - Device OK
iPhone 3G: Simulator OK - Device OK
iPhone 3GS: Simulator OK - Device OK
iPhone 4: Simulator OK - Device NOT working
the application don't respond to any touch input, I tried to put some breakpoints into touchBegun,touchMoves,touchEn...
i struggled almost 1 hour but i couldn't figure it out as how to display UIactivity indicator in UItableview as i cant use IB in UItableview(its not dragging) on iphone
i used this and its working
but i want to display in viewDidload
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
{
//loadin...
I'm updating an existing app. I first uploaded a binary for the new version, but had to reject it; the status is now "Developer Rejected". However, I can't seem to upload a new binary. Both Application Uploader and Organizer say "No eligible applications were found", and in iTunes Connect, I can find no way (buttons, options, check boxes...
I am using UITapGestureRecognizer for double tap.When I double tab on UIButton , it works.but i want to avoid it? any built in method?
...
How to remove/replace the wikitude logo and add the API key to remove 'Beta' watermark ?
Are there any documentation for this ?
...
-(void)CallingView2{
SettingsViewController *aSettingsView = [[SettingsViewController alloc] initWithNibName:@"Settings" bundle:nil];
[self setSettingsViewController:aSettingsView];
[aSettingsView release];
[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:1.0];
//setting the animation
...
It's common to see messages like "Installation will take 10 min aprox." , etc in desktop applications. So, I wonder how can I calculate an approximate of how much time a certain process will take. Off course I won't install anything but I want to update some internal data and depending on the user usage this might take some time.
Is thi...
I've submitted my first iPhone App to the AppStore (on 10.09.10) and I have just found out that it was "Ready For Sale" (18.09.10). After a short moment of deep Happiness, I've found out some problems in my App, that I DO NOT have when I install it on my iPhone using XCode:
1) My APP uses the CLLocationManager to get the GPS coordinate...
Hi everyone, I have a UITextView in a UITableViewCell contentview and allow the cell to autoresize so that the entered text is fully shown - what I am trying to accomplish is an autoresizing cell like the native iOS4 Contacts app has, when you enter "notes" for contact - i.e. when the contentSize of the textView changes - I call reloadRo...
Hi there, i've some problem with game kit.
All work fine, the olny problem is the changement of user logged.
I want to know when the user signout or change account in gamecenter when my app is running.
I've use the next code for this kind of notification but it don't work
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];...
Hi there.
I have numerous photos in portrait and landscape format. I want to be able to display a "crop" of the photo in a UIImageView on the iphone. If the picture is in landscape format I want it to resize to fit the frame, if it is in portrait format I need it to resize to fit the width, and then be cropped at the top and bottom. As ...
I have a property declared as the following:
@property(assign) BOOL die;
One thread continuously checks if it should die by looking to see if that variable has changed to YES. When that die is set to YES (by a user clicking a button), the other thread that is grinding away still sees it as NO. I've put careful traces through the code ...
I am getting a weird behavior on the iPhone device where it reads random strings it seems to have in memory or stored away somewhere and putting them where they don't belong. For example I have a navigation controller in the project and I put this in my code:
self.navigationItem.title = @"Title";
And the title shows up as some other s...
Hi,
I added a modalView to my App, everything working fine, but on closing the modal, the whole modalView jumps about 1-2 centimeters to left while it disappears.
I did not find any reason for it yet, so here is the code regarding modal:
AppController:
- (void) showNameModal:(Player *)player
{
namesModal = [[PlayerModalView allo...
hi , i am using following code , but subview is added below the the parentview not ON parent view(self.view)..any help please?
-(IBAction)okbutton:(id)sender
{
obj = [[imgViewNextController alloc] initWithNibName:@"green" bundle:nil];
obj.view.frame = self.view.frame;
[UIView beginAnimations:@"curldown" co...
Dear All,
I'm trying to create a UIScrollView (horizental) where the user can swipe through images left and right as seen in this photo (http://i.imgur.com/GvtOr.jpg), where tapping on a photo would trigger an event.
I just need general advice on how to structure this programmatically, would really appreciate it.
...
hi, i have an application which uses CoreData/.sqlite to store my data, a tab bar and table views
The data has relationship and data already setup. I have the first table view in Tab 1 working, display the data correctly from the fetched results. But I am stuck on the drill down view. Would be great if someone could enlighten me.
Do I...