Re: RSSI is deprecated since iOS 8...

2015-12-10 Thread Eric Dolecki
I thank you kindly.  Sent from Outlook Mobile On Thu, Dec 10, 2015 at 12:33 PM -0800, "Quincey Morris" wrote: On Dec 10, 2015, at 12:20 , Eric E. Dolecki wrote: How do I get an Int value for readRSSI? The header file is your friend in cases like this, although the warning you got

Re: RSSI is deprecated since iOS 8...

2015-12-10 Thread Quincey Morris
On Dec 10, 2015, at 12:20 , Eric E. Dolecki wrote: > > How do I get an Int value for readRSSI? The header file is your friend in cases like this, although the warning you got should have had a note attached that redirected you to the replacement API. According to the header file, you use the d

RSSI is deprecated since iOS 8...

2015-12-10 Thread Eric E. Dolecki
I have BLE source code that now displays warnings. I don’t know much about BLE. I offer the code below. I tried replacing with readRSSI but tells me I can’t compare an Int with Void. How do I get an Int value for readRSSI? Basically I’d like to rewrite this one method so it’s compliant. - (void)pe

XCTest Reference to View Controller not Assessable via RootViewController

2015-12-10 Thread Peters, Brandon
I have a application with UIViewController "hierarchy" of this form: Tab Bar Controller - View Controller 1 - View Controller 2 - View Controller 3 * View Controller 4 I am using the XCTest Framework to write test methods for my iOS application. View controller 3 is a UITableViewController.

Re: How to

2015-12-10 Thread Dave
> On 10 Dec 2015, at 06:54, Conrad Shultz wrote: > > NSClickGestureRecognizer Thanks, that’s exactly what was needed! Cheers Dave ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the