Top "Ios6.1" questions

iOS 6.1 was released by Apple on Jan 28, 2013.

iOS play video with MPMoviePlayerController

I got this piece of code: theMoviPlayer = [[MPMoviePlayerController alloc] initWithContentURL:[NSURL fileURLWithPath:@"/Resources/disc.mp4"]]; theMoviPlayer.controlStyle = MPMovieControlStyleFullscreen; theMoviPlayer.view.…

iphone ios ios5 ios6 ios6.1
tap gesture not recognized on uiimageview

I added two uiimageviews, one on another subview uiview (imageview1,imageview2). In the first view the top uiimageview is hidden(…

objective-c uiimageview uitapgesturerecognizer ios6.1
How to hide the status bar programmatically in iOS 7?

In ios7, how can I hide the statusbar programmatically? I am using XCode 4.6.1 (ios6.1) and I want to implement this …

iphone ios7 hide statusbar ios6.1
Failed to install "iOS 6.1 Simulator" XCode 5

I want to run my app on both simulators ios6 and ios7. I'm trying to install ios 6 simulator but I …

ios-simulator ios6.1 xcode5
NSInvalidUnarchiveOperationException: 'Could not instantiate class named _UITableViewCellSeparatorView'

After Xcode Update (5.1) my app crashes when i try to run in iOS 6.x. I have an app where I …

ios objective-c xcode ios6.1 xcode5.1
How to find the kind of subview object the view is containing in it?

I am trying to find a specific class object added as Subview to a UIView, but I could not find …

iphone ios objective-c uiscrollview ios6.1
Date picker scrolls to past date, even though minimum date is set to current date

Strange behavior in iOS 6.1 I have set the minimum date to current date for my date picker like this NSDate *…

iphone ios datepicker ios6.1
iOS - deleting row from UITableView doesn't animate

I have a very frustrating issue. I have an app with a UITableView. When I am removing a cell from …

objective-c ipad uitableview ios6.1