Harald
Harald
Would be nice since it is being used on so many audio cards.
Is the documentation at https://github.com/touchlab/Kermit/blob/main/docs/LOG_WRITER.md outdated? Setting NSLogWriter doesn't work because the class is not found. Same for the others except CommonWriter.
Is it possible to keep the item renderers in a list with a virtual layout as soon as they have been created? I have a list with lots of ImageLoader...
Description edited by @joshtynjala ImageLoader should support two kinds of optional caching: 1) When an image file is loaded from a URL, it should be possible to save the ByteArray...
Would be nice to have some property like "maxLines" on TextFieldTextRenderer. Currently I have to subclass it to access the TextField instance and use the numLines property and the getLineOffset...
The AnchorLayout / AnchorLayoutData are already very similar to the RelativeLayout / RelativeLayout.LayoutParams on Android. But they lack alignment of edges among views. I think this would be a great...
Would be nice if the alpha value of a skin could be specified too when creating the ImageSkin. Like setColorForState().
I would like to change some attributes of the drag avatar as it gets dragged over the drop target (from inside the drop target control). But the avatar property is...
Currently TextInput does dispatch events only for the enter key being pressed. It would be nice if you could expose all keys being pressed through the control or at least...
Setting VideoPlayer.soundTransform to new SoundTransform(0) should mute the sound of a (local) video file but doesn't on iOS, as soon as you play a sound file using Starlings AssetManager.