Andrei Iutkin
Andrei Iutkin
I actually thought about the solution that you described in option 2. `NavigationController` should also contain type info about the navigation controller itself (as it can be subclassed). I think...
I think I found out what causes such behaviour. In DejalBezelActivityView: "For the bezel style, if there is a keyboard displayed, the view is changed to the keyboard's superview." So,...
It would also be nice to have a way to set custom buttons for toolbar and navigation bar.
What's the exact code that you use? I'm trying to reproduce the issue with this: ``` objective-c for (int i = 0; i < 100000; i++) { [[HHUnitConverter sharedTemperatureConverter] fahrenheitFromCelsius:@(30)];...
I was able to reproduce the reported leaks when I turned off ARC. HHUnitConverter is meant to be used with ARC only. If you can't use it for your entire...
Closing it now. Feel free to reopen if needed.
Hi @digitalmasters. Unfortunately, such compound units are not currently supported.
Voting up for this.
I have the same problem
Oops, sorry. This is a duplicate of #106