Hi, maybe I'm missing something and you can help me.
I'm installing using Cocoa Pods. My podfile looks like this:
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'Project' do
pod 'GoogleMaps'
pod 'GooglePlaces'
pod 'GSKStretchyHeaderView'
pod 'FacebookCore'
pod 'FacebookLogin'
end
After I do a 'pod install' successfully, i cant't reference GSKStretchyHeaderViewSubclass.
If I write
var stretchyHeader: GSKStretchyHeaderViewSubclass!
I get the error "Use of undeclared type". I'm probably missing something, but I can't find the solution...
Thanks!
Hi, maybe I'm missing something and you can help me.
I'm installing using Cocoa Pods. My podfile looks like this:
After I do a 'pod install' successfully, i cant't reference GSKStretchyHeaderViewSubclass.
If I write
var stretchyHeader: GSKStretchyHeaderViewSubclass!I get the error "Use of undeclared type". I'm probably missing something, but I can't find the solution...
Thanks!