You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Please include debug logs using the following lldb command:
po [IGListDebugger dump]
Hey i am using Xcode 8.3.2 and using swift 3
i installed the pod "pod 'IGListKit', :git => 'https://github.com/Instagram/IGListKit.git', :branch => 'master'"
and import IGListKit successfully.
But when i am going to define a IGListCollectionView it gives me this error"Use of undeclared type IGListCollectionView"
Actually i am't confirm its 3.O, i installed using pod "pod 'IGListKit', :git => 'https://github.com/Instagram/IGListKit.git', :branch => 'master'"
@raviatri yup using that will put you on the tip of latest IGListKit development which is past 3.0.0. So in your branch IGListCollectionView doesn't exist anymore, you can just use UICollectionView instead.
#850 # New issue checklist
README
and documentationGeneral information
IGListKit
version:Debug information
# Please include debug logs using the following lldb command: po [IGListDebugger dump]
Hey i am using Xcode 8.3.2 and using swift 3
i installed the pod "pod 'IGListKit', :git => 'https://github.com/Instagram/IGListKit.git', :branch => 'master'"
and import IGListKit successfully.
But when i am going to define a IGListCollectionView it gives me this error"Use of undeclared type IGListCollectionView"
Is i missing something? please help me out of this.
The text was updated successfully, but these errors were encountered: