仿照微信弹出框改造,代码注释清晰,方便改造.使用方法:JXOutClassView*jxoutView=[[JXOutClassViewalloc]initWithDataArray:jxDataArrorigin:CGPointMake(x,y)];jxoutView.delegate=self;[jxoutViewpop];代理:/***点击了某一行*/-(void)didSelectedAtIndexPath:(NSIndexPath*)indexPath{JQLog(@"点击了:%ld",(long)indexPath.row);}