Ralph Li

Results 8 issues of Ralph Li

## 🚀 Feature Requests For some reason, `speak` may failed(e.g. synthesizer or engine issue, or queuing issue), so please return the result of `speak` to check it. ### Platforms affected...

enhancement

i install with cocoapod & imported in bridge header ``` #import ``` but i still got ``` Use of unresolved identifier 'FAKFontAwesome' ```

How to use in swift?

``` - (void)fadeViewOut:(UIView*)popupView sourceView:(UIView*)sourceView overlayView:(UIView*)overlayView { [UIView animateWithDuration:kPopupModalAnimationDuration animations:^{ [self.mj_popupViewController viewWillDisappear:NO]; self.mj_popupBackgroundView.alpha = 0.0f; popupView.alpha = 0.0f; } completion:^(BOOL finished) { [popupView removeFromSuperview]; [overlayView removeFromSuperview]; [self.mj_popupViewController viewDidDisappear:NO]; self.mj_popupViewController = nil;...

people may want to change their own view's status(eg:horizental scollview) while panning the switch

now I can only use ``` pod 'RxMediaPicker', :git => 'https://github.com/RxSwiftCommunity/RxMediaPicker.git', :tag => '2.0.0' ```