iOS-8-Swift-Programming-Cookbook icon indicating copy to clipboard operation
iOS-8-Swift-Programming-Cookbook copied to clipboard

This is the GitHub repository of O'Reilly's iOS 8 Swift Programming Cookbook

Results 14 iOS-8-Swift-Programming-Cookbook issues
Sort by recently updated
recently updated
newest added
trafficstars

use case: app is in backgroup and no music is playing, try to start the playback through a remote command or accessory device w/o user interact with App?

Am I missing something, or is the VPN tunneling code non-functioning?

hi , i want to use this function "audioPlayerEndInterruption" but now is deprecated if there any other function make the same jobs thank you .

Hello, Really nice job, would you be so kind please to tell me which is the license for this code? Are there any restrictions to use it? Thank you in...

I am not getting all the videos from my iPhone. Videos stored in Photos are being fetched not all. How can I get all the videos stored in iPhone storage.

chapter-camera/Taking Photos with the Camera/Taking Photos with the Camera/ViewController.swift:36:8: Objective-C method 'imagePickerController:didFinishPickingMediaWithInfo:' provided by method 'imagePickerController(_:didFinishPickingMediaWithInfo:)' conflicts with optional requirement method 'imagePickerController(_:didFinishPickingMediaWithInfo:)' in protocol 'UIImagePickerControllerDelegate'

chapter-camera/Taking Photos with the Camera/Taking Photos with the Camera/ViewController.swift:88:76: '[AnyObject]?' is not convertible to '[String]?'; did you mean to use 'as!' to force downcast?

I implemented your solution for providing bus information in the today extension. All works quite fine in the Swift part, but for the completion handler for widgetPerformUpdateWithCompletionHandler to be called...

Hi, I use "Handling Location Changes in the Background" examples On simulator works fine but on device not working I use simulator iPhone 6 iOS 8.3 and device iPhone 6...

PopoverTableViewController crashes when the + button is clicked. By default Popovers are disabled for iPhones and I have to add the following extension to run the code. ``` extension UIPopoverController...