forkingdog / forkingdog/FDStackView
There is a difference of function from FDStackView to UIStackView. “- (void)insertArrangedSubview:(UIView *)view atIndex:(NSUInteger)stackIndex” /
Aperta
- Lingua principale
- Objective-C
- Stelle
- 2.5k
- Fork
- 310
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
In UIStackView :
/*
Adds the view as a subview of the container if it isn't already.
Updates the stack index (but not the subview index) of the
arranged subview if it's already in the arrangedSubviews list.
*/
- (void)insertArrangedSubview:(UIView *)view atIndex:(NSUInteger)stackIndex;
But FDStackView can not update it.
So that I have to treate the function differently.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.