bhartsb

Results 3 comments of bhartsb

I have the same issue. Doesn't work with QT. However, I just went in to COSTouchVisualizerWindows.m anyScreenIsMirrored method and forced it to return YES.

Seems to do it: `UIBarButtonItem *switchButtonBarItem = [[UIBarButtonItem alloc]initWithCustomView:_filterSwitch]; NSArray * a = [self.navigationItem.leftBarButtonItems arrayByAddingObject:switchButtonBarItem]; self.navigationItem.leftBarButtonItems = a;`

@malcommac Sorry for the delay. Here is a project. [CountryDigest.zip](https://github.com/immobiliare/RealHTTP/files/10148286/CountryDigest.zip)