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
1 answer

Selecting multiple rows from UITableview and displaying the selected rows in seperate UIViewController

1st part-->I need to select multiple rows from UITableView and when the users has selected the rows as per his requirements,then he will click the Done button to complete the selecting process. 2nd part-->Then i need to display all selected rows in…
Nilesh Kumar
  • 2,141
  • 3
  • 16
  • 20
0
votes
1 answer

How to consider only one gesture if i am tapping on two views at a time

I created one view inside my application in that again i created ten views like a grid and i added UITapGestureRecogniser on ten views,if the user tap on one of the view in grid i will call a method where based on its tag value I will create a new…
0
votes
1 answer

Redirected URL in UIWebview not loading images

I have a problem where I load a URL in UIWebView. The URL redirects to a different location. I handle this redirect with the following code: - (NSURLRequest *)connection:(NSURLConnection *)inConnection willSendRequest:(NSURLRequest *)inRequest…
0
votes
1 answer

Existing iOS 6.x project and iOS 7 with XCode 5.x

I have a existing iOS 6.x project that I developed using XCode 4.x and iOS 6.x and haven't had a chance to get to the App store. I would like to make it work with iOS 7 and also support iOS 6.x devices. I opened the project in XCode 5.0.2 and it…
user1739627
  • 49
  • 1
  • 8
0
votes
1 answer

How to Detetct Audio Jack is Plugged/not in my iPhone/iPad?

I want to detetct wether audio Jack is plugged in or not in my iPhone/iPad device. I have tried many code Like C function available on stackOverflow but it is not working tell me code which compitible with iOS 5.0 to 7 if there is any tutorial/code…
Haresh Ghatala
  • 1,996
  • 17
  • 25
0
votes
0 answers

*** Assertion failure in -[id layoutSublayersOfLayer:], /SourceCache/UIKit_Sim/UIKit-2380.17/UIView.m:5776

I get a crash when executing my app on iOS 6.1.: I must have modified something I was not aware of and when I tried to execute the app on the iPod touch of my mum I got that crash and that happens even on the simulator with that version. What could…
Fabrizio Bartolomucci
  • 4,948
  • 8
  • 43
  • 75
0
votes
2 answers

How do I integrate PaintCode snippets into XCode (iOS 6)

I need to integrate PaintCode snippets into XCode, but so far I don't see the result in the simulator, here is the snippet for a rectangle: // Rounded Rectangle Drawing UIBezierPath *roundedRectanglePath = [UIBezierPath bezierPathWithRoundedRect:…
Jeremiah Smith
  • 740
  • 6
  • 17
0
votes
0 answers

No visible @interace for'NSArray' declares the selector 'arrayByPerformingSelector'

getting error at this statement NSArray * segmentTitles = [segmentedViewControllers arrayByPerformingSelector:@selector(title)]; error: No visible @interace for'NSArray' declares the selector 'arrayByPerformingSelector' declared the object of…
user1120133
  • 3,244
  • 3
  • 48
  • 90
0
votes
1 answer

pushViewController causing crash

I am using this code to push my next view controller, it was working fine with IOS 7, now I have changed the deployment target to 6.1. I am calling this code from tableview cell's didSelectRowAtIndexPath. Its causing a crash when the cell is tapped…
Ali Sufyan
  • 2,038
  • 3
  • 17
  • 27
0
votes
3 answers

Xcode 5 & OSX Mavericks Compiling for iOS6.1 not working

This used to work pre Mavericks installation. Now i'm finding that even though I have copied over the 6.1SDK and I am targeting 6.1 using Base SDK, app is running using iOS7 ui elements and layout. Is anyone else having this issue?
Imran
  • 1,488
  • 1
  • 15
  • 36
0
votes
1 answer

overlayFill for pieplot with image isn not working properly in coreplot iOS

I am filling the overlay of piePlot with an image instead of filling with gradient colors. Here is the code : piePlot.pieRadius = radius; piePlot.identifier = @"1"; piePlot.startAngle = 0.0; piePlot.sliceDirection =…
Monish Kumar
  • 2,788
  • 4
  • 38
  • 54
0
votes
1 answer

Issue in tableview cell for ios 7

I have faced issue in ios 7 while in ios 6 it is working fine. The problem is I'm unable to get my custom cell in sub views of the table view in ios 7 while I got my custom cell in sub views of the table view in ios 6. I have printed logs of sub…
Jekil Patel
  • 403
  • 4
  • 18
0
votes
1 answer

How to zoom the selected part of the graph using pan gesuture in coreplot ios

How can Zoom the selected part of the graph using pan gesture. At first I can see full graph when I select some part of the graph using pinch that part should occupy full. Suggest me with ideas...
Monish Kumar
  • 2,788
  • 4
  • 38
  • 54
0
votes
1 answer

Can we show gridlines at the base value or tip of each bars in a barchart using coreplot

Can we show gridlines at the base value or tip of each bars in a barchart using coreplot(iOS). If there is any approach to do this suggest me.
Monish Kumar
  • 2,788
  • 4
  • 38
  • 54
0
votes
1 answer

How to change the shape of the bars in barplot using coreplot in iOS

As I want to customize the shape(Sharp edges at the tip of the bar) of the bars in the barChart. I am searching for the property to change the bar style and I didn't found any. Suggest me with any ideas how to do this. I am also uploading the image…
Monish Kumar
  • 2,788
  • 4
  • 38
  • 54