cdts/xdts-ios 3/TreeHole/CYHResetCode/THBaseViewController/THTabBar/THTabBarItemGifPlusButton.m

62 lines
2.8 KiB
Mathematica
Raw Permalink Normal View History

2023-07-27 09:20:00 +08:00
//
// THTabBarItemGifPlusButton.m
// TreeHole
//
// Created by iOS on 2023/2/10.
// Copyright © 2023 CYH. All rights reserved.
//
#import "THTabBarItemGifPlusButton.h"
@implementation THTabBarItemGifPlusButton
//MARK: - CYLPlusButtonSubclassing
/*!
*
* @attention CYLTabBarController exception
1. PlusButton TabBarItem
2. `+plusChildViewController`
* @return TabBar
*
*/
//+ (NSUInteger)indexOfPlusButtonInTabBar;
/*!
* PlusButton Y tabbar
* @attention
* @return Y tabbar
使 PlusButton centerY
`PlusButtonCenterY = multiplierOfTabBarHeight * tabBarHeight + constantOfPlusButtonCenterYOffset;`
constantOfPlusButtonCenterYOffset 0 multiplierOfTabBarHeight 0.5 PlusButton 0.5 PlusButton 0.5
*
*/
//+ (CGFloat)multiplierOfTabBarHeight:(CGFloat)tabBarHeight;
/*!
* `+multiplierOfTabBarHeight:`
* `PlusButtonCenterY = multiplierOfTabBarHeight * tabBarHeight + constantOfPlusButtonCenterYOffset;`
* constantOfPlusButtonCenterYOffset 00
* @attention `+multiplierOfTabBarHeight:`
*/
//+ (CGFloat)constantOfPlusButtonCenterYOffsetForTabBarHeight:(CGFloat)tabBarHeight;
/*!
* PlusButton TabBar UIViewController
* @attention `+indexOfPlusButtonInTabBar` PlusButton
* @return PlusButton UIViewController
*
*/
//+ (UIViewController *)plusChildViewController;
/*!
*
Asks the delegate whether the specified view controller should be made active.
Return YES if the view controllers tab should be selected or NO if the current tab should remain active.
Returns YES true if the view controllers tab should be selected or
NO false if the current tab should remain active.
*/
//+ (BOOL)shouldSelectPlusChildViewController;
@end