Questions tagged [ios6.1]

iOS 6.1 was released by Apple on Jan 28, 2013. iOS 6.1 is an SDK used for building and developing apps for iPhone and iPad.

iOS 6.1 was released by Apple on Jan 28, 2013. It supports the same devices like and brought some updates, like larger "Report a Problem" button in Maps and new music controls on the lock screen when you double-press the home button.

Also see and for more information.

229 questions
0
votes
2 answers

Access UITableViewController in Container View

I have a UITableViewController embedded in a Container View. The UITableViewController has a delegate method I would like to access in the main view controller. I am able to assign the view in the container to a property in the main view - however I…
0
votes
1 answer

uitableview set on viewcontroller then delegate datasource by inspecter according other post i tried viewcontroller view uitableviewcontroller

I am trying simple things in view controller drag UITableView define #import @interface ViewController : UIViewController { IBOutlet UITableView* tv; }…
Harshad
  • 2,361
  • 2
  • 18
  • 24
0
votes
1 answer

Fixing orientation problems with views ios 6

I'm trying to create a simple ios 6 app. I've added a View and a Button inside my initial view controller, which was created by story board. I'm trying to understand how orientation works with views/buttons/images/etc. When I launch the simulator,…
user1218776
  • 439
  • 6
  • 18
0
votes
1 answer

Is there a CorePlot sample project for iOS 6.1 available somewhere?

CorePlot looks like the best library going for the iPad apps I'm looking into, but I've been fighting all day just to get it to compile in an OS 6.1 project set to use Core Date, ARC, and unit tests. I want to use those specs, but I'm starting…
Leonard Wilson
  • 82
  • 1
  • 2
  • 11
0
votes
1 answer

UIPickerView animated on bottom for both retina 3.5 and 4

Have an UIScrollView (mainScrollView) that is 838 pt height, so it's bigger than both retina 3.5 and retina 4 displays height, and the user can so scroll it down to see all content. Want to display an animated UIPickerView from the bottom, and it…
Marcos Reboucas
  • 3,409
  • 1
  • 29
  • 35
0
votes
1 answer

App throwing error "This class is not key value coding-compliant for the key view." after a long time working well

I'm getting this error on a project i've been working on for a while : "Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key view.'" (it…
al.one
  • 111
  • 2
  • 8
0
votes
1 answer

How to go directly to Game Center 'New Game' ViewController?

I am doing a turn-based game and have a viewController were i set the parameters for the game and would like to jump directly to the Game Center invitation ViewController, se picture. I have been looking for a solution for this but not been able to…
PeterK
  • 4,243
  • 4
  • 44
  • 74
0
votes
1 answer

SIGABRT inside GCD with iOS 6.1

We're having a weird crash inside libdispatch internal functions and after hours and hour of research we have no clue about what's happening. The crash trace is: Incident Identifier: 7A5CBCD8-28A3-4AC5-937A-D5BA69A64B67 CrashReporter Key: …
JM_
  • 51
  • 2
0
votes
1 answer

Unable to get image/cell tag number in didrowselect method...!

Hi am using 2 UIImageView in a cellrow with tag, each row is displayed sequentially by populating images from an array like (0th image,1st image) for row 0, and (2nd image,3rd image) for row 1 and so on... i am successful in displaying the image…
0
votes
1 answer

UIWebView close video clears content in iOS 6.1

I'm using a UIWebView to show content with embedded videos (Youtube and Vimeo iFrames). The modal video player initially worked great out of the box. I updated to iOS 6.1 SDK and now when I close the video player the UIWebView has been cleared and…
code0100fun
  • 180
  • 1
  • 11
0
votes
1 answer

Reload table view when receive notification

I have a view controller based UITableViewController, I want to reload the table view when receive update notification: if (self) { [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(updateApStatus:)…
why
  • 23,923
  • 29
  • 97
  • 142
0
votes
0 answers

iPhone 5 (4") back screen appearing at the bottom of the screen on the click of the button

Hey this may be a duplicate question but trust me i have tried every single option that was answered previously to the similar questions but nothing turned out to be useful. I am making an application iPhone 5 compatible. Everything works fine until…
Nikhil Lihla
  • 607
  • 6
  • 21
0
votes
3 answers

Updating the UITableView background in IOS6 for a standard style view

I have setup a UITableView as follows: // Create sub view for fields fieldView = [[UITableView alloc] initWithFrame:CGRectMake(0, logoView.bounds.size.height, 320, 160) style:UITableViewStyleGrouped]; fieldView.delegate = self; fieldView.dataSource…
StuartM
  • 6,743
  • 18
  • 84
  • 160
0
votes
2 answers

How to upgrade xcode4.5.1 to 4.6?

Is there anyway to upgrade existing xcode4.5.1 to xcode4.6 without downloading 1.65GB of complete file download. I want to work on iOS6.1 development, so i would like to upgrade by xcode to support new iOS version. Instead of downloading this huge…
winari
  • 46
  • 4
0
votes
1 answer

Problems after updating Xcode to 4.6 and iOS to 6.1

I hope somebody can help me. I had just finished my app and ready to upload it to the APP Store when I updated XCode to 4.6 and the iOS on my iPhone to 6.1. Now I can't even test the APP in my own device without getting the following error: error:…