ios8.4 Questions
2
MPMediaPickerController used to give a visual indication that an item was selected prior to iOS 8.4.
In 8.4 when a picker is displayed and allowsPickingMultipleItems is set to true, it does show ...
Bagger asked 13/7, 2015 at 11:25
2
Solved
I've just got a message form crashlytics that my app stability went to hell! basically this is the crash that exploded with the last update in iOS (8.4), and it was non-existent in previous version...
Antiparticle asked 3/7, 2015 at 16:14
2
Prior to iOS 8.4, this code was allowing me to select a podcast from my phone:
MPMediaPickerController *picker = [[MPMediaPickerController alloc] initWithMediaTypes: MPMediaTypePodcast];
With the...
Consonance asked 1/7, 2015 at 16:39
4
Solved
I know the issue is related to memory allocations, but I get it in only iOS 9, XCode 7. In XCode 6.4, iOS 8.4, it works just perfect, no issue at all at any ways. In iOS 9, XCode 7, it just crashes...
2
After updating to iOS 8.4 I am getting the infamous exception with MPMoviePlayerController that says:
An AVPlayerItem cannot be associated with more than one instance of AVPlayer
I have seen sev...
Incommunicable asked 10/7, 2015 at 9:55
5
I want to share just simple text using UIActivityViewController
I am using swift, with xcode 6.3
The code is very simple, work great for photos, but not just text,
I don't want to include any web ...
Ockeghem asked 1/5, 2015 at 10:10
3
Solved
I have upgraded my iOS to 8.4, then I tried to run Xcode 6.3, it asks it can't mount the device since it's running 8.4 version (".. running a version of iOS that is not supported by this version of...
1
Solved
With Swift 1.2 (yes, I've not switched over to Xcode 7, which is causing me grief), I have the following table view delegate method:
func tableView(tableView: UITableView, numberOfRowsInSection se...
Subside asked 4/8, 2015 at 2:55
1
My videos are playing well for IOS 8.3 and earlier versions. But after a recent update of IOS 8.4 Video Player stopped working. Videos are not getting played and immediately it's going to MPMoviePl...
Heavenly asked 9/7, 2015 at 8:7
3
After setting initialPlaybackTime property, the video(HTTP streaming) still plays from the beginning.
The same code works well in iOS <= 8.3:
self.moviePlayer.initialPlaybackTime = self.lastP...
Probability asked 1/7, 2015 at 16:3
1
Solved
I'm working on a music playing app and in previous iOS versions the media player would show the play/pause as well as the skip and prev buttons. Now, with the 8.4 update, all that is shown is the p...
3
Solved
I've noticed running this would cause view (or main window, not sure) to resize for a moment, when running on iPhone 6/6+ simulator scaled from iPhone 5 layout (without passing launch image for iPh...
Thiele asked 16/9, 2014 at 15:49
1
© 2022 - 2024 — McMap. All rights reserved.