iOS 6 was announced by Apple on June 11, 2012 and released on September 19th, 2012.

learn more… | top users | synonyms

0
votes
0answers
9 views

Trigger.io Facebook “Login Failed, EXPECTED_FAILURE”

I am having many issues with connecting my Trigger.io app with Facebook using forge.facebook.authorize. Once I switched from a development to Ad Hoc distribution I am unable to login at all. I even ...
0
votes
2answers
26 views

calling [tableView reloadData] reverts frame change

I have a UITableView inside a UIView inside a UIViewController in my app. Above the UITableView, I have a UISearchBar that filters the UITableView. I do not want to use the conventional UISearchBar ...
2
votes
1answer
17 views

Need to get my location while my app is in the background

I'm writing a basic location based alarm/notification app for my beginning IOS class. I have the locations objects (CLLocation) but I can't figure out how to check for current location in the ...
0
votes
0answers
6 views

iOS 6.x: Changing UITextField Font Property Dynamically Causes Cursor To Get Lost

With iOS 6.x, if you ask to be notified for a UITextFieldTextDidChangeNotification, and then size the font in that notification, the cursor gets confused and draws itself in the wrong place. ...
0
votes
0answers
5 views

UITabBar autorotation for ios4+

at the moment i have developed an ios tab bar application the rotates perfectly on the iphone simulator(ios 6.1). The problem is that when i run the app on my real device (ios 4.3), the app works ...
0
votes
0answers
10 views

iOS 6.0+ autorotation for youtube embedded video

I want to only support vertical orientation throughout all the view controllers of my iOS app. However, I embed a youtube video in one of my view controllers, and when that video is selected selected ...
2
votes
3answers
32 views

ARC - UIWebView/UIViewController is sticking around in memory?

My old UIWebViews seem to be sticking around when using ARC, for some reason they still show up in OSX Safari's Developer Tools even after I've come out of their UIViewController. I'm allocating an ...
0
votes
1answer
13 views

Centering a UIImageView inside a UIScrollView

I am trying to center a UIImageView in a scroll view. Here is the code I tried with no results. UIImageView *iv = [[UIImageView alloc] initWithImage:[UIImage ...
0
votes
0answers
17 views

How can I tell if NSURLCache is working?

I've configured a memory and disk cache in my App Delegate but it does not seem like the cache is being used - it seems to go to the network every time. Is there an easy way to check if data is being ...
1
vote
1answer
11 views

Remove rounded corners below UIStatusBarStyleBlackOpaque on iPhone running iOS 6

Since iOS 6.0 the OS adds rounded corners below the statusbar with style UIStatusBarStyleBlackOpaque on the iPhone. Is there a way to remove them?
0
votes
0answers
2 views

Get a list of all GKInvite to list them in a TableView

I am developing a turn based game using the Game Center. I handle the invitations to play using the following code:: GKMatchmaker sharedMatchmaker].inviteHandler = ^(GKInvite* acceptedInvite, NSArray ...
0
votes
1answer
21 views

Trying to display an image and label when making a selection from the UIPicker

Please bare with me. I am new at this. I have an array for the geek names and an array for the careers of each geek. The geek names should appear in the UIPicker. When a name is selected, the image ...
0
votes
1answer
4 views

Cancel UIRefreshControl when dragged up

when refreshing is taking place, (actionwheel is spinning after pull down), I want to be able to cancel refreshing - much like Facebook app. pull down to refresh and while not done yet, if i pull ...
0
votes
2answers
58 views

Why not just declare all @properties as strong and nil them?

An application that I am working on, that uses ARC and needs to support iOS 4.3 and iOS 5, declares every outlet as @property (strong, nonatomic) IBOutlet in the .h file. e.g. // myClass.h ...
1
vote
1answer
24 views

Name input like SMS or Facebook app

I'm trying to find a library that can handle autocompletion with tokened (grouped) texts. There are some very nice libraries out there for autocompletion such as: ...

1 2 3 4 5 464
15 30 50 per page