johnkdoe
johnkdoe
some suggested fixes for use with projects that use ARC 1) in the vein of github/jdg/MBProgressHUD.git, add #defines for _STRONG and _WEAK so this can be used for both older...
note that prior to the diffs, these items were being set twice. a very minor change.
i have run into a problem whereby, when the FPPopoverController's context is a ViewController controlling a textView, leaving the app and then coming back in causes the FPTouchView to respond...
previous pull request for this actually was doing the right thing to differentiate between iOS5 and iOS6 by relying on whether respondsToSelector:@selector(shouldAutorotateToInterfaceOrientation:) in the code that you modified after accepting...
i placed the plugin in the library location specified, and did not see the menu that the readme said would be there. i also tried placing it in the Plug-ins...
during unit-testing with the thread-sanitizer on, setLoggerLevel: was flagged unnecessarily as a potential data-race. __sharedLoggerLevel is already marked volatile, and the location of the data race indicated was a debug...