-
**Is your feature request related to a problem? Please describe.**
Although users now generally accept non-native UIs, some system integration is often expected or appreciated. I believe system menu …
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-share-menu@6.0.0` for the project I'm wo…
-
Hi,
I recently updated to `4.0.1` and the rows with XLFormRowDescriptorTypeSelectorPush, valueTransformers
```swift
row = XLFormRowDescriptor(tag: "tag", rowType: XLFormRowDescriptorTypeSelecto…
-
## What did you do?
Created a mock for a protocol with an async function, e.g.
```
/// @mockable
protocol APIClient {
func fetchData(_ id: AnyObject) async -> Int
}
```
This is the gen…
-
Hi there,
This framework guide is excellent and has taken us really close to our goal for our particular project, so thank you for that.
We are experiencing a slight problem; we want to create story…
-
# objective-c语言环境下关于可继承的链式调用实现的思考
问题背景链式语法相信我们并不陌生,Masonry 就是一个很好的例子;利用 objective-c 的“点语法”,结合 block,就可以实现了一个简单的的链式调用的设计: @interface Base : NSObject- (Base *)one;- (Base *(^)(void))blockOne;@end 这样可以…
-
I'm trying to document a project using SourceKitten.The project only contains a Swift file with a class that inherits from NSObject. With the terminal command:
```
sourcekitten doc -- -workspace E…
-
First of, awesome work with this project! It's already quite usable even at this early stage.
The one feature I'm really missing though is support for somehow calling back into native code from man…
-
I have a trouble with playing queue of local (saved on device) song. I'm using this cocoapod - https://github.com/tumtumtum/StreamingKit. My first item in queue starts to play one more time after its …
-
OSX Sierra, pylinac 2.0.1
```
>>> import pylinac
>>> pylinac.gui()
2017-04-28 15:21:21.571 python3[1129:94855] -[NSApplication _setup:]: unrecognized selector sent to instance 0x104a531d0
2017-…