Skip to content

Can't reference GSKStretchyHeaderViewSubclass after install with Cocoa Pods #87

@seijasj

Description

@seijasj

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions