YT_ShopTypeView商品分类菜单 (作者:呵呵呵)
YT_ShopTypeView商品分类菜单
测试环境:Xcode 6.2,iOS 6.0 以上
双向滚动slider (作者: 小蜗牛快拍 )
双向滚动slider
测试环境:Xcode 6.2,iOS 6.0 以上
HySideScrollingImagePicker-master支持屏幕旋转 (作者: wwdc14 )
Pop Up Photos Selection Controls【弹出照片选择控件】
[HySideScrollingImagePicker ClassMethodsCancelStr:@"取消" otherButtonTitles:@[@"拍摄",@"从相册选择",@"更多"] isMultipleSelection:false SeletedImages:^(NSArray *GetImages, NSInteger Buttonindex) { //do what you want... }];
Pop Up Custom Action Sheet【弹出底部选择框】
HyActionSheet *action = [[HyActionSheet alloc] initWithCancelStr:@"取消" otherButtonTitles:@[@"退出登录",@"test",@"ABC",@"BCD"] AttachTitle:@"退出登录后不会删除任何历史数据, 下次登录依然可以使用本账号"]; //改变其中一条title颜色 [action ChangeTitleColor:[UIColor redColor] AndIndex:1]; //Block回调 [action ButtonIndex:^(NSInteger Buttonindex) { //do what you want... }];
测试环境:Xcode 6.2,iOS 6.0 以上
伸缩表 删除和移动Cell (作者: 年青人 )
伸缩表 删除和移动Cell
测试环境:Xcode 6.2,iOS 6.0 以上
STPopup(兼容iPhone与iPad的弹窗控件) (作者: kevin0571 )
像使用 UINavigationController 一样使用你的弹窗。
STPopupController *popupController = [[STPopupController alloc] initWithRootViewController:[ViewController new]]; [popupController popViewControllerAnimated:YES];
测试环境:Xcode 6.2,iOS 6.0 以上