-
# RFC: Migrate bgen to use roslyn instead of the reflection API.
The following is a proposal to migrate the current **bgen** implementation, based on the reflection API, to a roslyn generator. A pr…
-
When opening an action sheet with an input focused, selecting an option requires two taps, regardless of autoFocus setting.
I wonder if we need something here like [React Native's ScrollView's `keybo…
-
When a FBDialog view is displayed by pressing a button in the actionsheet, the actionsheet does not dismiss correctly: the UI does not respond to touches.
-
/**
* 初始化底部ActionSheet弹框数据 , 不实现此方法,则没有类似微信那种长按手势弹框
*
* @param title ActionSheet的title
* @param delegate XLPhotoBrowserDelegate
* @param cancelButtonTitle …
-
### Description
Hi, through testing our app with the screenreader, we noticed 1 main issue with native dialogs, hoping there is a workaround or fix that can be applied.
When native dialogs are ope…
-
From #4532:
> One more thing to consider adding on the list of options is the searching messages functionality. Currently the only way to search messages is through home screen (via the search butt…
-
Very frustrating to use this without a pod.
Getting the error:
Incorrect argument labels in call (have 'style:title:', expected 'nibName:bundle:')
Replace 'style: .actionSheet, title' with 'nib…
-
Thank you develop this Action Sheet. I am showing with SheetManager.show("MessageTypes"). It is working perfectly. But when I closed with SheetManager.hide("MessageTypes") function in the ActionSheet …
-
```
- (void)presentActionSheet:(UIActionSheet *)actionSheet {
UIWindow *window = [UIWindow SimpleAuth_mainWindow];
[actionSheet showInView:window];
}
```
Not working on iOS8. It doesn't work …
-
On web, if you have many items, say 20, it doesn't show all of them and you can't scroll. Is it possible to add a scrollview to the actionsheet for web?