CIFilter applied to AVCaptureVideoPreviewLayer causes errors in the log for every frame!

2016-02-01 Thread Motti Shneor
Hi. I’m capturing live video using AVFoundation APIs only for display (Mac). This is a live microscope view of lake water, where scientists identify and measure organisms. No compression and no saving. I need to draw over the captured video some grid lines, polygons and text. For that I create

CIFilter applied to AVCaptureVideoPreviewLayer causes errors in the log for every frame!

2016-02-01 Thread Motti Shneor
Hi. I’m capturing live video using AVFoundation APIs only for display (Mac). This is a live microscope view of lake water, where scientists identify and measure organisms. No compression and no saving. I need to draw over the captured video some grid lines, polygons and text. For that I create

UISearchBar covers status bar

2016-02-01 Thread Rick Mann
I've got a UISearchController that I present (presentViewController) as a result of the user tapping a button. When this hapens, the currently-display UINavigationBar slides up off the top of the screen, and the UISearchBar slides down, but it overlaps the status bar. None of the answers on com

Re: UISearchBar covers status bar

2016-02-01 Thread Alex Zavatone
On Feb 1, 2016, at 5:42 PM, Rick Mann wrote: > I've got a UISearchController that I present (presentViewController) as a > result of the user tapping a button. When this hapens, the currently-display > UINavigationBar slides up off the top of the screen, and the UISearchBar > slides down, but

Re: UISearchBar covers status bar

2016-02-01 Thread Rick Mann
> On Feb 1, 2016, at 16:06 , Alex Zavatone wrote: > > > On Feb 1, 2016, at 5:42 PM, Rick Mann wrote: > >> I've got a UISearchController that I present (presentViewController) as a >> result of the user tapping a button. When this hapens, the currently-display >> UINavigationBar slides up of

Re: UISearchBar covers status bar

2016-02-01 Thread Alex Zavatone
Check out how I did it where the search bar is within the scene’s view and the scene’s view is the top level view. Hopefully, this will translate from iOS to OS X. I don’t have the code with me at the moment, but on iOS, there were two a settings I had to change to make my other view not offse

Re: UISearchBar covers status bar

2016-02-01 Thread Rick Mann
> On Feb 1, 2016, at 19:47 , Alex Zavatone wrote: > > Check out how I did it where the search bar is within the scene’s view and > the scene’s view is the top level view. Hopefully, this will translate from > iOS to OS X. Not sure why you keep suggesting OS X. This is iOS. The problem is th

Re: UISearchBar covers status bar

2016-02-01 Thread Alex Zavatone
On Feb 1, 2016, at 10:50 PM, Rick Mann wrote: > >> On Feb 1, 2016, at 19:47 , Alex Zavatone wrote: >> >> Check out how I did it where the search bar is within the scene’s view and >> the scene’s view is the top level view. Hopefully, this will translate from >> iOS to OS X. > > Not sure w

Re: UISearchBar covers status bar

2016-02-01 Thread Rick Mann
> On Feb 1, 2016, at 20:02 , Alex Zavatone wrote: > > > On Feb 1, 2016, at 10:50 PM, Rick Mann wrote: > >> >>> On Feb 1, 2016, at 19:47 , Alex Zavatone wrote: >>> >>> Check out how I did it where the search bar is within the scene’s view and >>> the scene’s view is the top level view. Ho