Tobias Totzek

Results 11 issues of Tobias Totzek

The component seems to be abadoned. Issues: - The most recent version is not running, most people use Version 1.2.2. - Version 1.2.2 is missing support for recent devices such...

The project can not be used with a Mac Catalyst application. There is an error in NSImage+SFSymbol.swift. `'init(systemSymbolName:accessibilityDescription:)' is unavailable in Mac Catalyst`

![simulator screen shot 26 may 2017 16 12 42](https://cloud.githubusercontent.com/assets/1380397/26498137/409ad9d8-422e-11e7-822d-6355d1fb0eb0.png)

bug
investigating

**Describe the bug** The accessibility identifier of the reset button in the CropViewController read as "arrow.counterclockwise". The other buttons e.g. the rotate right button read as "rotate right". With the...

bug

Hi. I am one of the authors of SVProgressHUD. Please do not use the name outside of our project. Please use an own and other name as this project is...

The component seems to be abadoned. A mayor issue is that current devices are not supported. This is not good as many software relies on this library, such as hombrigde-mi-air-purifier....

I want to show a custom view using this code snippet. ``` func customView(forEmptyDataSet scrollView: UIScrollView!) -> UIView! { let view = UIView(frame: CGRect(x: 0, y: 0, width: 200, height:...

Please add this component to cocoapods.

I am using this component with [homebridge-mi-flower-care](https://www.npmjs.com/package/homebridge-mi-flower-care). After some time this error appears in the log and no updates are received subsequently: ``` (node) warning: possible EventEmitter memory leak detected....

Use case: We want to define a list of custom fonts per target within the generated Info.plist. This is our template (simplified): ``` targetTemplates: App: info: UIAppFonts: ${fonts} ``` This...