Questions tagged [ios-4.2]

For issues relating to using iOS, version 4.2.

iOS is an operating system for mobile devices developed by Apple Inc that they currently use in their iPhone, iPod touch and iPad devices. It is optimized for portable (including handheld) hardware with touch interfaces.

See also for further information.

310 questions
0
votes
1 answer

How to add facebook like icon in detail view?

I am working on a navigation based app. every cell has a detail view. i have textView in detail view which shows details of selected cell. is it possible to add a facebook like icon in the end of textView? and if no then how should i do that. thanx…
Piscean
  • 3,069
  • 12
  • 47
  • 96
0
votes
2 answers

Create Event with NSDate

is there any way to create events for NSDate ? here is my code NSDate *date = [NSDate date]; NSDateFormatter *dateFormatter = [[[NSDateFormatter alloc] init] autorelease]; [dateFormatter setDateFormat:@"MMMM d, yyyy"]; …
iOS.Lover
  • 5,923
  • 21
  • 90
  • 162
0
votes
2 answers

UIView Animation Working Only Once

I am trying to dismiss a UIView that I have previously added using the same animation block with a fade from alpha 0 -> alpha 100 and [self.view addSubview:newInitiateWindow.view]; The animation block executes correctly when the window is created,…
wasabi
  • 1,110
  • 10
  • 23
0
votes
1 answer

xcode start an application on a different view controller

I am building an application and the easiest way to set up a main menu was to make a new file. I called it MainMenu.h/.m/.xib I went into the info.plist and tried changing MainWindow to MainMenu, didn't work. Any ideas?
inVINCEable
  • 2,167
  • 3
  • 25
  • 49
0
votes
1 answer

Where can i find iOS 4.2 Private Frameworks Headers?

The title self explains i think.. I found those: https://github.com/kennytm/iphone-private-frameworks But doesn't seems to be 4.2...
Esolitos
  • 455
  • 3
  • 13
0
votes
1 answer

Push Notifications warning?

I am working with push notifications in my app. but I am getting this warning: Incompatible Objective-C types assigning 'struct NSString *', expected 'struct NSData *' the code where its getting warning is: - (void)application:(UIApplication…
0
votes
1 answer

how to change text color on focus a cell?

I am working on a app and i have a main table view. By default in iPhone if a cell is on focus its font color changes to white. I used this code to set the font of my cell: lblTemp.font = [UIFont boldSystemFontOfSize:18]; lblTemp.backgroundColor =…
Piscean
  • 3,069
  • 12
  • 47
  • 96
0
votes
1 answer

Can we change slide animation direction?

In my app there is a main table view. When a cell is clicked, a DetailView is created which shows details of that cell's item. On every DetailView i have next and previous buttons which helps users to go to next and previous item's DetailView…
Piscean
  • 3,069
  • 12
  • 47
  • 96
0
votes
1 answer

How do i have different UITextViews on the same DetailView without having scrolling problem?

I have DetailView in which there are three textviews which are showing different informations. is it possible that on whenever i scroll down to read all information. all those textviews scroll like they are one page. i mean they look like one…
Piscean
  • 3,069
  • 12
  • 47
  • 96
0
votes
1 answer

How to disable a DetailViewController UIBarButtonItem from RootViewController?

i have a main table view. and a DetailView. when cell is clicked, DetailView of that cell comes which shows details of that cell. DetailView has two buttons next and previous. I wanna know how to disable a detail view button from…
Piscean
  • 3,069
  • 12
  • 47
  • 96
0
votes
1 answer

IPhone View is not loading after upgrade to IOS 4.2

I have looked around for an answer, and I see related problems on this and other sites, but the solutions do not relate to me. I have an app that was working just fine before I upgraded to IOS 4.2. Now the app does not load the view which includes…
CHardnett
  • 164
  • 7
0
votes
4 answers

Base-SDK of v4.0 means it won't install on 4.1 or 4.2 devices?

I was using xCode v3.2.3 and SDK 4.0 to write iPhone apps that worked on my iOS v3.1.3 device... as well as v4.0. (Deployment target set to 3.1.3. Base SDK set to v4.0) Does that mean everyone that uses my app will need a minimum of iOS 3.1.3…
Irene
  • 111
  • 3
  • 6
0
votes
1 answer

NSFetchedResultsController initWithFetchRequest throws EXE-BAD-ACCESS exception

I have an NSFetchedResultsController inside a subclass of UITableViewController inside a UINavigationController. When I run the app, everything works perfectly the first three times I access the view (going to it, then clicking 'Back', then going…
Mat Ryer
  • 3,797
  • 4
  • 26
  • 24
0
votes
1 answer

Iphone App release Build Icon crossed

hi I am having trouble debugging my app on my device and also when I try to build it on release mode, the application file has a some crossed image overlapping on it and the whole icon is lightened in color. however when i install it on my device it…
likki
  • 349
  • 1
  • 3
  • 12
0
votes
2 answers

iphone inapp purchase programming ? how to get statistical information from apple

I am developing a simple Fund raising app which hold 4 batches (Keep 10$,20$,30$,40$). people who willing to donate will buy these batches through in app purchase. My concern here is .... is it possible for iphone client to get statistical…
jenie
  • 21
  • 1
  • 3