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 以上