Open gerchicov-bp opened 7 years ago
-(void)setMaximumLeftDrawerWidth:(CGFloat)width animated:(BOOL)animated completion:(void(^)(BOOL finished))completion;
I use this code with animated == YES when "left drawer view" is already shown. Actual result - this view is drawn without animation
animated == YES
-(void)setMaximumLeftDrawerWidth:(CGFloat)width animated:(BOOL)animated completion:(void(^)(BOOL finished))completion;
I use this code with
animated == YES
when "left drawer view" is already shown. Actual result - this view is drawn without animation