Albert Schulz
Albert Schulz
The problem is in the `windowForView:` method. `tempView.superview` wants to receive a superview from WebActionDisablingCALayerDelegate, but it does not recognize this selector. I will send a Merge Request which will...
Here we go: https://github.com/lmcd/LMAlertView/pull/53
+1 for this
Is this still open?
I'd be also interesting how the Sonos Port product handles that, and if it suffers from the same issue. Anyone has experience on that?
Thanks for the fast reply. I agree that this is not possible until now. Your proposed solution works, but is very painful when the queue gets longer than the screen...
Seems like the problem are .strings Files which are already compiled, like in the Builds/ directory or if you integrate Pods/ with compiled .strings. An option which dir's should be...
You can exclude dirs using this code: ``` def paths_with_files_passing_test_at_path(test, path): for root, dirs, files in os.walk(path, topdown=True): dirs[:] = [d for d in dirs if d not in ["Build",...
@yfrancis Could you open source the whole code so we can work on an update for iOS 8?