0

I am download and use this Instagram feed here. But i don't want switch more view. In my app touch a instagram feed button then switch a view and then i am doing some view appearance so i want to combine SBInstagramController and SBInstagramCollectionViewController (files in that link) to a ViewController.

If i combine 2 files it's show nearly 10 more error. If i include @property (nonatomic, retain) UICollectionView *collectionView; in viewcontroller.h file there is no error and single collectionview function called it's show empty page with navigation

if 2 file can't combine then at least uicollectionview move into uiviewcontroller

Thanks in Advance :)

Mathi Arasan
  • 869
  • 2
  • 10
  • 32

1 Answers1

0

Combination of two file worked for me and only one error occurred(the Difficult one). Just i am create a new collection view in xib and create a IBOutlet for that. That's it worked.. !!!!!

Mathi Arasan
  • 869
  • 2
  • 10
  • 32