Multinerd

Results 8 issues of Multinerd

Using the example provided, ive added the following lines to viewDidLoad() ```swift self.cameraEngine.metadataDetection = .barcode self.cameraEngine.blockCompletionCodeDetection = { codeObject in print(codeObject.stringValue) let valueCode = codeObject.stringValue let frameCode = (codeObject as...

Im using an UIColor Ext to include some custom colors in my project. with your plugin, `[UIColor colorWithRed:254 green:67 blue:101 alpha:1.0];` doesnt show the color `+ (UIColor *)badgeColor { return...

I am trying to create a library to communicate with countly's REST APIs, mainly the Push APIs. On the [api reference page](https://api.count.ly/reference/ipushescreate), each endpoint has a [response](https://user-images.githubusercontent.com/6367998/139944357-2a71f3aa-57a7-45c3-8b7f-09c215f24c87.png) section which shows...

Lets say a user selects a dark theme. When the user exits the app and relaunches, the theme resets to whatever is in code. Would be nice if the user's...

i may take a look and add the ID in the readme this weekend, just opening an issue to remind myself, or if you beat me to it, that works...

My users are having issues with the menu freezing when force touch is (accidently) triggered. I dont have a force touch capable device to tinker with, so all i can...

Thanks for the framework first of all. I was wondering if there are any plans on supporting landscape mode.

The code below is based on [Reusable](https://github.com/AliSoftware/Reusable) and uses the `StoryboardNames` generated to init VCs Storyboard Methods ```swift extension UIStoryboard { /// Convenience Initializers convenience init(storyboard: StoryboardNames, bundle: Bundle? =...