Michael Kaye
Michael Kaye
Yep, I'm seeing this too. Turn off Wifi and unreachableBlock gets called. Turn wifi back on and both reachableBlock and unreachableBlock get called. Unfortunately unreachableBlock get's called after. Normally I...
I've had to do the same in my own implementation i.e. use operationPrompt pre iOS 11.x I don't think you currently have any other choice and although it's not so...
This is the same issue: https://github.com/agens-no/EllipticCurveKeyPair/issues/46
Devin, I'll try them out. Thank you very much…I struggled trying to fix myself and can't easily explain how much I appreciate this and your efforts. I'll let you know...
Hi Devin Been testing out the new version. Everything is OK if the PhotoViewer is presented in a brand new popOver. The issue I have is that I already have...
I think the issue is that this photoviewer does not know it is actually being displayed in a popOver…
I shall try it now…thank you :-)
Devin, well I think you're absolutely brilliant! It is working. However I have noticed a couple of issues: 1) If I set the photoController.contentSizeForViewInPopover to something larger than the popOverController...
Hi Devin, Just tried the latest version. 1) Sizing seems to be working perfectly now. Thank you. A note to any one else reading this, it you call movetoPhotoIndex before...
Re point 2 above the fullsize toggle button not showing, I found a bug. Line 353 EGOPhotoViewController: UIBarButtonItem *scaleButton = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"egopv_fullscreen_button.png.png"] style:UIBarButtonItemStyleBordered target:self action:@selector(toggleFullScreen:)]; has an extra...