OLD-functional-view-controllers
OLD-functional-view-controllers copied to clipboard
Will not build
This project will not build with Xcode 6.3.1 and iOS 8.3 Most of the errors are easily fixed by Xcode itself, but line 47 in the AppDelegate needs some attention.
AppDelegate.swift:47:10: Objective-C method 'application:didFinishLaunchingWithOptions:' provided by method 'application(:didFinishLaunchingWithOptions:)' conflicts with optional requirement method 'application(:didFinishLaunchingWithOptions:)' in protocol 'UIApplicationDelegate'
https://github.com/chriseidhof/functional-view-controllers/pull/3 should fix this