在我的应用程序中,我有六个按钮需要放在pscollectionview上。我已将pscollectionview放在应用程序中,但我不能使用数据源和委托(delegate)方法?任何人都可以想出这个例子吗?以下是我的代码:-(void)viewDidLoad{self.collectionView=[[PSCollectionViewalloc]initWithFrame:CGRectMake(0,0,self.view.frame.size.width,self.view.frame.size.height)];self.collectionView.delegate=self;se